Index: chrome/app/chrome_exe_main.mm |
diff --git a/chrome/app/chrome_exe_main.mm b/chrome/app/chrome_exe_main.mm |
index 3c9381fd0db09c5f6c04c1bbc0f26ed4a2a17dd8..aea88ef570accd9ff139b1c6eb434b849357a569 100644 |
--- a/chrome/app/chrome_exe_main.mm |
+++ b/chrome/app/chrome_exe_main.mm |
@@ -9,7 +9,7 @@ |
// The entry point for all invocations of Chromium, browser and renderer. On |
// windows, this does nothing but load chrome.dll and invoke its entry point |
-// in order to make it easy to update the app from Omaha. We don't need |
+// in order to make it easy to update the app from GoogleUpdate. We don't need |
// that extra layer with Keystone on the Mac, though we may run into issues |
// with Keychain prompts unless we sign the application. That shouldn't be |
// too hard, we just need infrastructure support to do it. |