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

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

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus 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
Index: components/mus/public/cpp/lib/view_observer.cc
diff --git a/components/mus/public/cpp/lib/view_observer.cc b/components/mus/public/cpp/lib/view_observer.cc
index a216da95684e209c9313b31d727a595c1abbb302..40367eaeca54f6dd3342d78b716a17f0d2130e74 100644
--- a/components/mus/public/cpp/lib/view_observer.cc
+++ b/components/mus/public/cpp/lib/view_observer.cc
@@ -4,7 +4,7 @@
#include "components/mus/public/cpp/view_observer.h"
-namespace mojo {
+namespace mus {
////////////////////////////////////////////////////////////////////////////////
// ViewObserver, public:
@@ -15,4 +15,4 @@ ViewObserver::TreeChangeParams::TreeChangeParams()
new_parent(nullptr),
receiver(nullptr) {}
-} // namespace mojo
+} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698