7#ifndef PACKAGER_MEDIA_BASE_KEY_FETCHER_H_
8#define PACKAGER_MEDIA_BASE_KEY_FETCHER_H_
12#include <packager/macros/classes.h>
13#include <packager/status.h>
30 virtual Status
FetchKeys(
const std::string& service_address,
31 const std::string& request,
32 std::string* response) = 0;
All the methods that are virtual are virtual for mocking.