| Index: content/test/browser_side_navigation_test_utils.cc
|
| diff --git a/content/test/browser_side_navigation_test_utils.cc b/content/test/browser_side_navigation_test_utils.cc
|
| index c73a62e2c87c8036134b98fcf9b769bf06b94486..904e0d1abf3262a751d0bb59ffd019cc7bddd139 100644
|
| --- a/content/test/browser_side_navigation_test_utils.cc
|
| +++ b/content/test/browser_side_navigation_test_utils.cc
|
| @@ -66,7 +66,7 @@ scoped_ptr<StreamHandle> MakeEmptyStream() {
|
| }
|
|
|
| void EnableBrowserSideNavigation() {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableBrowserSideNavigation);
|
| }
|
|
|
|
|