Index: mojo/shell/application_manager.cc |
diff --git a/mojo/shell/application_manager.cc b/mojo/shell/application_manager.cc |
index 9e631793c8ce492c55eb6a2695092d8f94a0231c..c9ac34215464a976ce86f0a932721a3208807878 100644 |
--- a/mojo/shell/application_manager.cc |
+++ b/mojo/shell/application_manager.cc |
@@ -336,7 +336,7 @@ void ApplicationManager::HandleFetchCallback( |
if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableMultiprocess)) { |
// Why can't we use this in single process mode? Because of |
- // base::AtExitManager. If you link in ApplicationRunnerChromium into |
+ // base::AtExitManager. If you link in ApplicationRunner into |
// your code, and then we make initialize multiple copies of the |
// application, we end up with multiple AtExitManagers and will check on |
// the second one being created. |