7 #ifndef MEDIA_BASE_KEY_FETCHER_H_
8 #define MEDIA_BASE_KEY_FETCHER_H_
10 #include "base/macros.h"
11 #include "packager/status.h"
28 virtual Status
FetchKeys(
const std::string& service_address,
29 const std::string& request,
30 std::string* response) = 0;
39 #endif // MEDIA_BASE_KEY_FETCHER_H_