| Index: content/browser/media/encrypted_media_browsertest.cc
|
| diff --git a/content/browser/media/encrypted_media_browsertest.cc b/content/browser/media/encrypted_media_browsertest.cc
|
| index b6934434178b7ec65fe1517ba6991c40815ad0cc..9e02339bee06e2411e786a294c001def0042c282 100644
|
| --- a/content/browser/media/encrypted_media_browsertest.cc
|
| +++ b/content/browser/media/encrypted_media_browsertest.cc
|
| @@ -129,7 +129,7 @@ class EncryptedMediaTest : public content::MediaBrowserTest,
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override {
|
| command_line->AppendSwitch(
|
| switches::kDisableGestureRequirementForMediaPlayback);
|
| }
|
|
|