| Index: chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc
|
| diff --git a/chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc b/chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc
|
| index e289d797a1490079d9260f1dda962d9342f7105c..6213411bf357ca9b02b75e52183178e764ac96e0 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc
|
| +++ b/chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc
|
| @@ -62,7 +62,7 @@ class TabCapturePerformanceTest
|
| }
|
|
|
| bool IsGpuAvailable() const {
|
| - return CommandLine::ForCurrentProcess()->HasSwitch("enable-gpu");
|
| + return base::CommandLine::ForCurrentProcess()->HasSwitch("enable-gpu");
|
| }
|
|
|
| std::string ScalingMethod() const {
|
| @@ -100,7 +100,7 @@ class TabCapturePerformanceTest
|
| ExtensionApiTest::SetUp();
|
| }
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| if (!ScalingMethod().empty()) {
|
| command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality,
|
| ScalingMethod());
|
|
|