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

Unified Diff: components/mus/vm/display_manager.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/default_access_policy.cc ('k') | components/mus/vm/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/display_manager.h
diff --git a/components/mus/display_manager.h b/components/mus/vm/display_manager.h
similarity index 96%
rename from components/mus/display_manager.h
rename to components/mus/vm/display_manager.h
index 6b369d4e29b196dae52140faf6e2472aa8743b42..14d973ebc0facda7c35257232027eb311bd040e3 100644
--- a/components/mus/display_manager.h
+++ b/components/mus/vm/display_manager.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_DISPLAY_MANAGER_H_
-#define COMPONENTS_MUS_DISPLAY_MANAGER_H_
+#ifndef COMPONENTS_MUS_VM_DISPLAY_MANAGER_H_
+#define COMPONENTS_MUS_VM_DISPLAY_MANAGER_H_
#include <map>
@@ -11,9 +11,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
-#include "components/mus/display_manager_delegate.h"
#include "components/mus/public/interfaces/view_tree.mojom.h"
#include "components/mus/surfaces/top_level_display_client.h"
+#include "components/mus/vm/display_manager_delegate.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/callback.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/platform_window/platform_window_delegate.h"
@@ -146,4 +146,4 @@ class DefaultDisplayManager : public DisplayManager,
} // namespace mus
-#endif // COMPONENTS_MUS_DISPLAY_MANAGER_H_
+#endif // COMPONENTS_MUS_VM_DISPLAY_MANAGER_H_
« no previous file with comments | « components/mus/vm/default_access_policy.cc ('k') | components/mus/vm/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698