Index: mojo/apps/js/js_app.h |
diff --git a/mojo/apps/js/js_app.h b/mojo/apps/js/js_app.h |
index 9eaedc63b5b8894a999a2452651f4f4cbb42e656..8db1044455d4c55b7100eec50649fdb0a54afb8d 100644 |
--- a/mojo/apps/js/js_app.h |
+++ b/mojo/apps/js/js_app.h |
@@ -35,7 +35,7 @@ class JSApp { |
// be called from this app's thread. |
virtual bool Load(std::string* source, std::string* file_name) = 0; |
- // Called by the JS mojo module to quit this JS app. See mojo_module.cc. |
+ // Called by the JS mojo module to quit this JS app. See mojo.js. |
void Quit(); |
// Called by the JS mojo module to connect to a Mojo service. |