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

Unified Diff: components/mus/vm/ids.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/focus_controller_unittest.cc ('k') | components/mus/vm/server_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/ids.h
diff --git a/components/mus/ids.h b/components/mus/vm/ids.h
similarity index 93%
rename from components/mus/ids.h
rename to components/mus/vm/ids.h
index 7099a58fba56d4d2328ce6aa97fb086ce035766a..cb9ad75aaf44b37a45717e521201f0dfd4057686 100644
--- a/components/mus/ids.h
+++ b/components/mus/vm/ids.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_IDS_H_
-#define COMPONENTS_MUS_IDS_H_
+#ifndef COMPONENTS_MUS_VM_IDS_H_
+#define COMPONENTS_MUS_VM_IDS_H_
#include "components/mus/public/cpp/types.h"
#include "components/mus/public/cpp/util.h"
@@ -51,4 +51,4 @@ inline ViewId RootViewId(uint16_t index) {
} // namespace mus
-#endif // COMPONENTS_MUS_IDS_H_
+#endif // COMPONENTS_MUS_VM_IDS_H_
« no previous file with comments | « components/mus/vm/focus_controller_unittest.cc ('k') | components/mus/vm/server_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698