Index: shell/app_child_process_host.h |
diff --git a/shell/app_child_process_host.h b/shell/app_child_process_host.h |
index 7f7f6d53e4d2faa312ad988717ab60df45691a66..4fc798999aefdb37dda92b3495507f8c7ba6bb92 100644 |
--- a/shell/app_child_process_host.h |
+++ b/shell/app_child_process_host.h |
@@ -15,8 +15,8 @@ |
namespace mojo { |
namespace shell { |
-// A subclass of |ChildProcessHost| to host a |TYPE_APP| child process, which |
-// runs a single app (loaded from the file system). |
+// A subclass of |ChildProcessHost| to host an app child process, which runs a |
+// single app (loaded from the file system). |
// |
// Note: After |Start()|, |StartApp| must be called and this object must |
// remained alive until the |on_app_complete| callback is called. |