| Index: chrome/browser/extensions/location_bar_controller_unittest.cc
|
| diff --git a/chrome/browser/extensions/location_bar_controller_unittest.cc b/chrome/browser/extensions/location_bar_controller_unittest.cc
|
| index 8c492d170773633adadb30cddf754b44bb15ea21..dfc4c439d2b55934c57b8a887affe862c0bd7b7f 100644
|
| --- a/chrome/browser/extensions/location_bar_controller_unittest.cc
|
| +++ b/chrome/browser/extensions/location_bar_controller_unittest.cc
|
| @@ -46,7 +46,7 @@ class LocationBarControllerUnitTest : public ChromeRenderViewHostTestHarness {
|
| TabHelper::CreateForWebContents(web_contents());
|
| // Create an ExtensionService so the LocationBarController can find its
|
| // extensions.
|
| - CommandLine command_line(CommandLine::NO_PROGRAM);
|
| + base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
|
| Profile* profile =
|
| Profile::FromBrowserContext(web_contents()->GetBrowserContext());
|
| extension_service_ = static_cast<TestExtensionSystem*>(
|
|
|