Index: mojo/shell/public/cpp/connection.h |
diff --git a/mojo/shell/public/cpp/connection.h b/mojo/shell/public/cpp/connection.h |
index a21657ff44e5c9e0db5df7660ef06bcd40d590d6..f4c3c1940dcbf54488d6772fe5d29e8339894b66 100644 |
--- a/mojo/shell/public/cpp/connection.h |
+++ b/mojo/shell/public/cpp/connection.h |
@@ -43,7 +43,7 @@ class ServiceConnector; |
// |
// Just as with InterfaceFactory, ServiceConnector must outlive Connection. |
// |
-// An Connection's lifetime is managed by an ApplicationImpl. To close a |
+// An Connection's lifetime is managed by an ShellConnection. To close a |
// connection, call CloseConnection which will destroy this object. |
class Connection { |
public: |