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

Unified Diff: components/mus/view_manager_app.h

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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/view_locator.cc ('k') | components/mus/view_manager_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_manager_app.h
diff --git a/components/view_manager/view_manager_app.h b/components/mus/view_manager_app.h
similarity index 87%
rename from components/view_manager/view_manager_app.h
rename to components/mus/view_manager_app.h
index fbdc7ae7b9d8bf3fd28a4a0b94547da031b155cc..80dc19be02b7e8df5c1266f06f09cdaf59d905ab 100644
--- a/components/view_manager/view_manager_app.h
+++ b/components/mus/view_manager_app.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_VIEW_MANAGER_VIEW_MANAGER_APP_H_
-#define COMPONENTS_VIEW_MANAGER_VIEW_MANAGER_APP_H_
+#ifndef COMPONENTS_MUS_VIEW_MANAGER_APP_H_
+#define COMPONENTS_MUS_VIEW_MANAGER_APP_H_
#include <set>
#include "base/memory/scoped_ptr.h"
#include "cc/surfaces/surface_manager.h"
-#include "components/view_manager/connection_manager_delegate.h"
-#include "components/view_manager/public/interfaces/gpu.mojom.h"
-#include "components/view_manager/public/interfaces/view_tree.mojom.h"
-#include "components/view_manager/public/interfaces/view_tree_host.mojom.h"
+#include "components/mus/connection_manager_delegate.h"
+#include "components/mus/public/interfaces/gpu.mojom.h"
+#include "components/mus/public/interfaces/view_tree.mojom.h"
+#include "components/mus/public/interfaces/view_tree_host.mojom.h"
#include "mojo/application/public/cpp/app_lifetime_helper.h"
#include "mojo/application/public/cpp/application_delegate.h"
#include "mojo/application/public/cpp/interface_factory.h"
@@ -100,4 +100,4 @@ class ViewManagerApp : public mojo::ApplicationDelegate,
} // namespace view_manager
-#endif // COMPONENTS_VIEW_MANAGER_VIEW_MANAGER_APP_H_
+#endif // COMPONENTS_MUS_VIEW_MANAGER_APP_H_
« no previous file with comments | « components/mus/view_locator.cc ('k') | components/mus/view_manager_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698