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

Unified Diff: ash/wm/container_finder.h

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 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/wm/ash_focus_rules_unittest.cc ('k') | ash/wm/container_finder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/container_finder.h
diff --git a/ash/common/wm/container_finder.h b/ash/wm/container_finder.h
similarity index 89%
rename from ash/common/wm/container_finder.h
rename to ash/wm/container_finder.h
index a54e57adde6b6930a58bc0e82e142b39615f473d..7f908068b6db15fbf2c59141510b9b18dd357816 100644
--- a/ash/common/wm/container_finder.h
+++ b/ash/wm/container_finder.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 ASH_COMMON_WM_CONTAINER_FINDER_H_
-#define ASH_COMMON_WM_CONTAINER_FINDER_H_
+#ifndef ASH_WM_CONTAINER_FINDER_H_
+#define ASH_WM_CONTAINER_FINDER_H_
#include <vector>
@@ -39,4 +39,4 @@ ASH_EXPORT std::vector<WmWindow*> GetContainersFromAllRootWindows(
} // namespace wm
} // namespace ash
-#endif // ASH_COMMON_WM_CONTAINER_FINDER_H_
+#endif // ASH_WM_CONTAINER_FINDER_H_
« no previous file with comments | « ash/wm/ash_focus_rules_unittest.cc ('k') | ash/wm/container_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698