Fix for build break on build server.
Change-Id: I6aefaeb06198b3df26f96d9f14e5411b62145d3c
This commit is contained in:
parent
1ff36eb217
commit
9208a99bcd
|
@ -148,7 +148,7 @@ class WidevineKeySourceTest : public ::testing::Test {
|
|||
: mock_request_signer_(new MockRequestSigner(kSignerName)),
|
||||
mock_http_fetcher_(new MockHttpFetcher()) {}
|
||||
|
||||
void SetUp() OVERRIDE {
|
||||
virtual void SetUp() OVERRIDE {
|
||||
content_id_.assign(reinterpret_cast<const uint8*>(kContentId),
|
||||
reinterpret_cast<const uint8*>(kContentId) +
|
||||
strlen(kContentId));
|
||||
|
|
Loading…
Reference in New Issue