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..c249c89d2afd3d269dae7ee132c0a122f84be03d 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -1492,7 +1492,8 @@ 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 |