| Index: content/browser/transition_browsertest.cc
|
| diff --git a/content/browser/transition_browsertest.cc b/content/browser/transition_browsertest.cc
|
| index 1fba073174c4fcbdbbe2a25d63595d3c6d15e374..6b2eba35006494a85935d3edf65677295698cbec 100644
|
| --- a/content/browser/transition_browsertest.cc
|
| +++ b/content/browser/transition_browsertest.cc
|
| @@ -26,7 +26,7 @@ class TransitionBrowserTest : public ContentBrowserTest {
|
| public:
|
| TransitionBrowserTest() {}
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| command_line->AppendSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures);
|
| }
|
|
|