7 #ifndef MEDIA_BASE_KEY_FETCHER_H_
8 #define MEDIA_BASE_KEY_FETCHER_H_
10 #include "base/macros.h"
11 #include "packager/media/base/status.h"
13 namespace edash_packager {
29 const std::string& request,
30 std::string* response) = 0;
39 #endif // MEDIA_BASE_KEY_FETCHER_H_