Index: components/view_manager/ids.h |
diff --git a/components/view_manager/ids.h b/components/view_manager/ids.h |
index 15cbffe1a9a8f804cbd05ca9a57c52e66942dca3..862a80517c588d62a02bcd10ae0fbadc8154a1a5 100644 |
--- a/components/view_manager/ids.h |
+++ b/components/view_manager/ids.h |
@@ -10,8 +10,8 @@ |
namespace view_manager { |
-// Connection id is used to indicate no connection. That is, no |
-// ViewManagerServiceImpl ever gets this id. |
+// Connection id is used to indicate no connection. That is, no ViewTreeImpl |
+// ever gets this id. |
const mojo::ConnectionSpecificId kInvalidConnectionId = 0; |
// Adds a bit of type safety to view ids. |