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

Unified Diff: components/mus/view_coordinate_conversions_unittest.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/view_coordinate_conversions.cc ('k') | components/mus/view_locator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_coordinate_conversions_unittest.cc
diff --git a/components/mus/view_coordinate_conversions_unittest.cc b/components/mus/view_coordinate_conversions_unittest.cc
index db978387563c4360516faf69779073a1f59d0ee1..71a220f38f5c7982bb2ae44a7d72a350f00bf856 100644
--- a/components/mus/view_coordinate_conversions_unittest.cc
+++ b/components/mus/view_coordinate_conversions_unittest.cc
@@ -11,7 +11,7 @@
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/rect.h"
-namespace view_manager {
+namespace mus {
using ViewCoordinateConversionsTest = testing::Test;
@@ -55,4 +55,4 @@ TEST_F(ViewCoordinateConversionsTest, ConvertPointFBetweenViews) {
}
}
-} // namespace view_manager
+} // namespace mus
« no previous file with comments | « components/mus/view_coordinate_conversions.cc ('k') | components/mus/view_locator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698