| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 4fb445330ad0c6fdf0991e928acee0aa2f0229d0..0f1ab36d1c19c6bc70b243f7fe36d20d528f4295 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1492,7 +1492,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| // the service process if needed. This is needed because the service process
|
| // might have shutdown because an update was available.
|
| // TODO(torne): this should maybe be done with
|
| - // ProfileKeyedServiceFactory::ServiceIsCreatedWithProfile() instead?
|
| + // BrowserContextKeyedServiceFactory::ServiceIsCreatedWithBrowserContext() instead?
|
| #if !defined(OS_ANDROID)
|
| CloudPrintProxyServiceFactory::GetForProfile(profile_);
|
| #endif
|
|
|