| Index: content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
| diff --git a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
| index 4b461be793f76878499552428976e4e8c42b9b9a..493900461af3e3e00363d55705fc91102bee5c8b 100644
|
| --- a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
| +++ b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
| @@ -146,10 +146,10 @@ class DumpAccessibilityTreeTest : public ContentBrowserTest {
|
| }
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
|
| ContentBrowserTest::SetUpCommandLine(command_line);
|
| // Enable <dialog>, which is used in some tests.
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures);
|
| }
|
|
|
|
|