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

Unified Diff: components/mus/public/cpp/util.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/types.h ('k') | components/mus/public/cpp/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/util.h
diff --git a/components/mus/public/cpp/util.h b/components/mus/public/cpp/util.h
index 96f8eeb27c79c15c78210ee75509250670d81477..c9cd91f3827fca75fcff1877bef3d225dfad21c4 100644
--- a/components/mus/public/cpp/util.h
+++ b/components/mus/public/cpp/util.h
@@ -15,7 +15,7 @@
#undef LoWord
#endif
-namespace mojo {
+namespace mus {
inline uint16_t HiWord(uint32_t id) {
return static_cast<uint16_t>((id >> 16) & 0xFFFF);
@@ -25,6 +25,6 @@ inline uint16_t LoWord(uint32_t id) {
return static_cast<uint16_t>(id & 0xFFFF);
}
-} // namespace mojo
+} // namespace mus
#endif // COMPONENTS_MUS_PUBLIC_CPP_UTIL_H_
« no previous file with comments | « components/mus/public/cpp/types.h ('k') | components/mus/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698