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

Unified Diff: components/mus/public/cpp/scoped_view_ptr.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
Index: components/mus/public/cpp/scoped_view_ptr.h
diff --git a/components/mus/public/cpp/scoped_view_ptr.h b/components/mus/public/cpp/scoped_view_ptr.h
index 47e50baad93db742a71e5a7cabfbc141ed3ea71f..92c12f28141e6b577b644a5d08a752b8b2b0f683 100644
--- a/components/mus/public/cpp/scoped_view_ptr.h
+++ b/components/mus/public/cpp/scoped_view_ptr.h
@@ -7,7 +7,7 @@
#include "components/mus/public/cpp/view_observer.h"
-namespace mojo {
+namespace mus {
// Wraps a View, taking overship of the View. Also deals with View being
// destroyed while ScopedViewPtr still exists.
@@ -33,6 +33,6 @@ class ScopedViewPtr : public ViewObserver {
DISALLOW_COPY_AND_ASSIGN(ScopedViewPtr);
};
-} // namespace mojo
+} // namespace mus
#endif // COMPONENTS_MUS_PUBLIC_CPP_SCOPED_VIEW_PTR_H_
« no previous file with comments | « components/mus/public/cpp/lib/view_tree_host_factory.cc ('k') | components/mus/public/cpp/tests/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698