Index: mojo/services/public/cpp/view_manager/types.h |
diff --git a/mojo/services/public/cpp/view_manager/types.h b/mojo/services/public/cpp/view_manager/types.h |
index 9cdcc148508dc44e01f459f22ae8aaeb7ac4be70..d72236ff00b4849cb75203825c3e442c8f7767c1 100644 |
--- a/mojo/services/public/cpp/view_manager/types.h |
+++ b/mojo/services/public/cpp/view_manager/types.h |
@@ -12,12 +12,12 @@ |
namespace mojo { |
-// Used to identify nodes, views and change ids. |
+// Used to identify views and change ids. |
typedef uint32_t Id; |
-// Used to identify a connection as well as a connection specific view or node |
-// id. For example, the Id for a node consists of the ConnectionSpecificId of |
-// the connection and the ConnectionSpecificId of the node. |
+// Used to identify a connection as well as a connection specific view id. For |
+// example, the Id for a view consists of the ConnectionSpecificId of the |
+// connection and the ConnectionSpecificId of the view. |
typedef uint16_t ConnectionSpecificId; |
} // namespace mojo |