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

Unified Diff: components/mus/view_coordinate_conversions.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
Index: components/mus/view_coordinate_conversions.cc
diff --git a/components/mus/view_coordinate_conversions.cc b/components/mus/view_coordinate_conversions.cc
index 20d2060907430c89e4c1e4a636a537b00754c0e5..445d76210b2e06d8284d03b0c92f6b5b5cba8db6 100644
--- a/components/mus/view_coordinate_conversions.cc
+++ b/components/mus/view_coordinate_conversions.cc
@@ -12,7 +12,7 @@
#include "ui/gfx/geometry/vector2d.h"
#include "ui/gfx/geometry/vector2d_f.h"
-namespace view_manager {
+namespace mus {
namespace {
@@ -66,4 +66,4 @@ gfx::Rect ConvertRectBetweenViews(const ServerView* from,
bottom_right.y() - top_left.y());
}
-} // namespace view_manager
+} // namespace mus
« no previous file with comments | « components/mus/view_coordinate_conversions.h ('k') | components/mus/view_coordinate_conversions_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698