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

Unified Diff: components/mus/vm/server_view.h

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/ids.h ('k') | components/mus/vm/server_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/server_view.h
diff --git a/components/mus/server_view.h b/components/mus/vm/server_view.h
similarity index 96%
rename from components/mus/server_view.h
rename to components/mus/vm/server_view.h
index 161c78c1ae4cef6aba3c59f2c126fb076c33caa6..d72a68f03425e75e8b83afd81e488a2985ee41bf 100644
--- a/components/mus/server_view.h
+++ b/components/mus/vm/server_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_SERVER_VIEW_H_
-#define COMPONENTS_MUS_SERVER_VIEW_H_
+#ifndef COMPONENTS_MUS_VM_SERVER_VIEW_H_
+#define COMPONENTS_MUS_VM_SERVER_VIEW_H_
#include <vector>
@@ -13,8 +13,8 @@
#include "cc/surfaces/surface_factory_client.h"
#include "cc/surfaces/surface_id.h"
#include "cc/surfaces/surface_id_allocator.h"
-#include "components/mus/ids.h"
#include "components/mus/public/interfaces/view_tree.mojom.h"
+#include "components/mus/vm/ids.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/transform.h"
@@ -152,4 +152,4 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient {
} // namespace mus
-#endif // COMPONENTS_MUS_SERVER_VIEW_H_
+#endif // COMPONENTS_MUS_VM_SERVER_VIEW_H_
« no previous file with comments | « components/mus/vm/ids.h ('k') | components/mus/vm/server_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698