Index: mojo/shell/public/cpp/application_runner.h |
diff --git a/mojo/shell/public/cpp/application_runner.h b/mojo/shell/public/cpp/application_runner.h |
index ddebcd7484ceb3f48e6ff5637db7bdc133013a82..c9b2baa56066476365dad3c490d647bc227d02c1 100644 |
--- a/mojo/shell/public/cpp/application_runner.h |
+++ b/mojo/shell/public/cpp/application_runner.h |
@@ -35,7 +35,7 @@ class ApplicationRunner { |
void set_message_loop_type(base::MessageLoop::Type type); |
// Once the various parameters have been set above, use Run to initialize an |
- // ApplicationImpl wired to the provided delegate, and run a MessageLoop until |
+ // ShellConnection wired to the provided delegate, and run a MessageLoop until |
// the application exits. |
// |
// Iff |init_base| is true, the runner will perform some initialization of |