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

Unified Diff: components/mus/focus_controller.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/event_dispatcher.cc ('k') | components/mus/focus_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/focus_controller.h
diff --git a/components/view_manager/focus_controller.h b/components/mus/focus_controller.h
similarity index 86%
rename from components/view_manager/focus_controller.h
rename to components/mus/focus_controller.h
index 74599c53165d5ed866190cdefe48260ce9e72a90..12d2d4140a860d5b5a5cdf0773438aeaccfc37c7 100644
--- a/components/view_manager/focus_controller.h
+++ b/components/mus/focus_controller.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_VIEW_MANAGER_FOCUS_CONTROLLER_H_
-#define COMPONENTS_VIEW_MANAGER_FOCUS_CONTROLLER_H_
+#ifndef COMPONENTS_MUS_FOCUS_CONTROLLER_H_
+#define COMPONENTS_MUS_FOCUS_CONTROLLER_H_
#include "base/memory/scoped_ptr.h"
-#include "components/view_manager/server_view_drawn_tracker_observer.h"
+#include "components/mus/server_view_drawn_tracker_observer.h"
namespace view_manager {
@@ -49,4 +49,4 @@ class FocusController : public ServerViewDrawnTrackerObserver {
} // namespace view_manager
-#endif // COMPONENTS_VIEW_MANAGER_FOCUS_CONTROLLER_H_
+#endif // COMPONENTS_MUS_FOCUS_CONTROLLER_H_
« no previous file with comments | « components/mus/event_dispatcher.cc ('k') | components/mus/focus_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698