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

Unified Diff: components/mus/vm/view_coordinate_conversions.cc

Issue 1377493002: mus: move View Manager to components/mus/vm (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/vm/view_coordinate_conversions.cc
diff --git a/components/mus/view_coordinate_conversions.cc b/components/mus/vm/view_coordinate_conversions.cc
similarity index 95%
rename from components/mus/view_coordinate_conversions.cc
rename to components/mus/vm/view_coordinate_conversions.cc
index 445d76210b2e06d8284d03b0c92f6b5b5cba8db6..57e00937815f1cf6a106d25c3aee607bc7eacf09 100644
--- a/components/mus/view_coordinate_conversions.cc
+++ b/components/mus/vm/view_coordinate_conversions.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/view_coordinate_conversions.h"
+#include "components/mus/vm/view_coordinate_conversions.h"
-#include "components/mus/server_view.h"
+#include "components/mus/vm/server_view.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/point_conversions.h"
#include "ui/gfx/geometry/point_f.h"
« no previous file with comments | « components/mus/vm/view_coordinate_conversions.h ('k') | components/mus/vm/view_coordinate_conversions_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698