Source release 19.5.0
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
#include "test_base.h"
|
||||
#include "test_host.h"
|
||||
|
||||
widevine::StderrLogger g_stderr_logger;
|
||||
CDM_NAMESPACE::StderrLogger g_stderr_logger;
|
||||
std::string g_sandbox_id;
|
||||
|
||||
namespace widevine {
|
||||
namespace CDM_NAMESPACE {
|
||||
namespace {
|
||||
constexpr char kSandboxIdParam[] = "--sandbox_id=";
|
||||
constexpr char kCertPathParam[] = "--cert_path=";
|
||||
@@ -121,4 +121,4 @@ int Main(Cdm::IStorage* storage, Cdm::IClock* clock, Cdm::ITimer* timer,
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
} // namespace widevine
|
||||
} // namespace CDM_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user