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

Unified Diff: ash/common/focus_cycler.h

Issue 2075923002: mash: Convert FocusCycler to wm common types and move to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « ash/aura/wm_window_aura.cc ('k') | ash/common/focus_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/focus_cycler.h
diff --git a/ash/focus_cycler.h b/ash/common/focus_cycler.h
similarity index 92%
rename from ash/focus_cycler.h
rename to ash/common/focus_cycler.h
index 9639d857f5f3b769b676391e02072690412893ee..f3f6c956ebc95ef2eff47eb2078abd54b4e06586 100644
--- a/ash/focus_cycler.h
+++ b/ash/common/focus_cycler.h
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef FOCUS_CYCLER_H_
-#define FOCUS_CYCLER_H_
+#ifndef ASH_COMMON_FOCUS_CYCLER_H_
+#define ASH_COMMON_FOCUS_CYCLER_H_
#include <vector>
#include "ash/ash_export.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
namespace views {
@@ -57,4 +56,4 @@ class ASH_EXPORT FocusCycler {
} // namespace ash
-#endif // FOCUS_CYCLER_H_
+#endif // ASH_COMMON_FOCUS_CYCLER_H_
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/focus_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698