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

Unified Diff: components/mus/vm/server_view.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
« no previous file with comments | « components/mus/vm/server_view.h ('k') | components/mus/vm/server_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/server_view.cc
diff --git a/components/mus/server_view.cc b/components/mus/vm/server_view.cc
similarity index 98%
rename from components/mus/server_view.cc
rename to components/mus/vm/server_view.cc
index d31903321922a002dc3dcb568eb6952cc36f1110..968d73421c6cc569994e0f9f888cf52d506e8906 100644
--- a/components/mus/server_view.cc
+++ b/components/mus/vm/server_view.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/server_view.h"
+#include "components/mus/vm/server_view.h"
#include <inttypes.h>
#include "base/strings/stringprintf.h"
-#include "components/mus/server_view_delegate.h"
-#include "components/mus/server_view_observer.h"
#include "components/mus/surfaces/surfaces_state.h"
+#include "components/mus/vm/server_view_delegate.h"
+#include "components/mus/vm/server_view_observer.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/converters/surfaces/surfaces_type_converters.h"
« no previous file with comments | « components/mus/vm/server_view.h ('k') | components/mus/vm/server_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698