Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: components/mus/public/cpp/types.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/public/cpp/tests/view_unittest.cc ('k') | components/mus/public/cpp/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/types.h
diff --git a/components/mus/public/cpp/types.h b/components/mus/public/cpp/types.h
index 3e7f07f855144d4ff52a71d9e1ffdacbc5c1b0cb..a81a0bc7f4eabb134147975d3ad998dc8936c323 100644
--- a/components/mus/public/cpp/types.h
+++ b/components/mus/public/cpp/types.h
@@ -10,7 +10,7 @@
// Typedefs for the transport types. These typedefs match that of the mojom
// file, see it for specifics.
-namespace mojo {
+namespace mus {
// Used to identify views and change ids.
typedef uint32_t Id;
@@ -20,6 +20,6 @@ typedef uint32_t Id;
// connection and the ConnectionSpecificId of the view.
typedef uint16_t ConnectionSpecificId;
-} // namespace mojo
+} // namespace mus
#endif // COMPONENTS_MUS_PUBLIC_CPP_TYPES_H_
« no previous file with comments | « components/mus/public/cpp/tests/view_unittest.cc ('k') | components/mus/public/cpp/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698