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

Unified Diff: components/mus/vm/display_manager_delegate.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/display_manager.cc ('k') | components/mus/vm/display_manager_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/display_manager_delegate.h
diff --git a/components/mus/display_manager_delegate.h b/components/mus/vm/display_manager_delegate.h
similarity index 85%
rename from components/mus/display_manager_delegate.h
rename to components/mus/vm/display_manager_delegate.h
index 668db2c89d5f8cad08fe12455bbefca6ae5c4693..e37d3a8c02f4a7ae425a7584470d9aaa3fe6d10f 100644
--- a/components/mus/display_manager_delegate.h
+++ b/components/mus/vm/display_manager_delegate.h
@@ -2,11 +2,11 @@
// 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_DELEGATE_H_
-#define COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
+#ifndef COMPONENTS_MUS_VM_DISPLAY_MANAGER_DELEGATE_H_
+#define COMPONENTS_MUS_VM_DISPLAY_MANAGER_DELEGATE_H_
-#include "components/mus/ids.h"
#include "components/mus/public/interfaces/view_tree.mojom.h"
+#include "components/mus/vm/ids.h"
namespace cc {
struct SurfaceId;
@@ -43,4 +43,4 @@ class DisplayManagerDelegate {
} // namespace mus
-#endif // COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
+#endif // COMPONENTS_MUS_VM_DISPLAY_MANAGER_DELEGATE_H_
« no previous file with comments | « components/mus/vm/display_manager.cc ('k') | components/mus/vm/display_manager_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698