7 #ifndef PACKAGER_MEDIA_BASE_KEY_FETCHER_H_ 8 #define PACKAGER_MEDIA_BASE_KEY_FETCHER_H_ 10 #include "base/macros.h" 11 #include "packager/status.h" 29 const std::string& request,
30 std::string* response) = 0;
39 #endif // PACKAGER_MEDIA_BASE_KEY_FETCHER_H_ All the methods that are virtual are virtual for mocking.