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

Unified Diff: components/mus/view_coordinate_conversions_unittest.cc

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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/view_manager/view_coordinate_conversions_unittest.cc b/components/mus/view_coordinate_conversions_unittest.cc
similarity index 87%
rename from components/view_manager/view_coordinate_conversions_unittest.cc
rename to components/mus/view_coordinate_conversions_unittest.cc
index addd466bee06c83fdb7c073e12c460be6f392753..db978387563c4360516faf69779073a1f59d0ee1 100644
--- a/components/view_manager/view_coordinate_conversions_unittest.cc
+++ b/components/mus/view_coordinate_conversions_unittest.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/view_manager/view_coordinate_conversions.h"
+#include "components/mus/view_coordinate_conversions.h"
-#include "components/view_manager/server_view.h"
-#include "components/view_manager/server_view_delegate.h"
-#include "components/view_manager/test_server_view_delegate.h"
+#include "components/mus/server_view.h"
+#include "components/mus/server_view_delegate.h"
+#include "components/mus/test_server_view_delegate.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/rect.h"
« 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