7 #ifndef PACKAGER_MEDIA_BASE_KEY_FETCHER_H_
8 #define PACKAGER_MEDIA_BASE_KEY_FETCHER_H_
10 #include <packager/macros/classes.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;
All the methods that are virtual are virtual for mocking.