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

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

Powered by Google App Engine
This is Rietveld 408576698