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

Unified Diff: components/mus/public/cpp/lib/args.cc

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/keys.cc ('k') | components/mus/public/cpp/lib/scoped_view_ptr.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/lib/args.cc
diff --git a/components/mus/public/cpp/lib/args.cc b/components/mus/public/cpp/lib/args.cc
index d23478be7d24e0026c183244f054e3f917227889..e17ada37d58212810eec1acc2d54801e9fde0474 100644
--- a/components/mus/public/cpp/lib/args.cc
+++ b/components/mus/public/cpp/lib/args.cc
@@ -4,7 +4,7 @@
#include "components/mus/public/cpp/args.h"
-namespace mojo {
+namespace mus {
// Create native viewport in headless mode.
const char kUseHeadlessConfig[] = "use-headless-config";
@@ -13,4 +13,4 @@ const char kUseHeadlessConfig[] = "use-headless-config";
// creating X11 windows.
const char kUseX11TestConfig[] = "use-x11-test-config";
-} // namespace mojo
+} // namespace mus
« no previous file with comments | « components/mus/public/cpp/keys.cc ('k') | components/mus/public/cpp/lib/scoped_view_ptr.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698