| Index: chrome/browser/background/background_contents_service_factory.cc
|
| diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc
|
| index 4289e8b5814d3197995787458b513a21ba68223a..e15f860c6176888991518b75eaa1f7239a33d92e 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.cc
|
| +++ b/chrome/browser/background/background_contents_service_factory.cc
|
| @@ -40,7 +40,7 @@ BackgroundContentsServiceFactory::~BackgroundContentsServiceFactory() {
|
| KeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const {
|
| return new BackgroundContentsService(static_cast<Profile*>(profile),
|
| - CommandLine::ForCurrentProcess());
|
| + base::CommandLine::ForCurrentProcess());
|
| }
|
|
|
| void BackgroundContentsServiceFactory::RegisterProfilePrefs(
|
|
|