Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 9ded60f31718bcdc4a23721270a93a0ffdf50d87..7f226d288532cd0757da1fe367ec8b754ec980ab 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -392,7 +392,8 @@ OSStatus KeychainCallback(SecKeychainEvent keychain_event, |
#endif |
void RegisterComponentsForUpdate(const CommandLine& command_line) { |
- ComponentUpdateService* cus = g_browser_process->component_updater(); |
+ component_updater::ComponentUpdateService* cus = |
+ g_browser_process->component_updater(); |
// Registration can be before or after cus->Start() so it is ok to post |
// a task to the UI thread to do registration once you done the necessary |