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

Unified Diff: ash/wm_shell.h

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: Created 3 years, 10 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_layout_manager.h ('k') | ash/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/wm_shell.h
similarity index 99%
rename from ash/common/wm_shell.h
rename to ash/wm_shell.h
index eacc525b0b63f3b71e2284773dc3a3d44b71b686..2b0a784d6d3a88cce53448d6acb213a40a672cc9 100644
--- a/ash/common/wm_shell.h
+++ b/ash/wm_shell.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_SHELL_H_
-#define ASH_COMMON_WM_SHELL_H_
+#ifndef ASH_WM_SHELL_H_
+#define ASH_WM_SHELL_H_
#include <stdint.h>
@@ -11,9 +11,9 @@
#include <vector>
#include "ash/ash_export.h"
-#include "ash/common/session/session_state_observer.h"
#include "ash/metrics/gesture_action_type.h"
#include "ash/metrics/user_metrics_action.h"
+#include "ash/session/session_state_observer.h"
#include "ash/wm/lock_state_observer.h"
#include "base/observer_list.h"
#include "components/ui_devtools/devtools_server.h"
@@ -557,4 +557,4 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
} // namespace ash
-#endif // ASH_COMMON_WM_SHELL_H_
+#endif // ASH_WM_SHELL_H_
« no previous file with comments | « ash/wm_layout_manager.h ('k') | ash/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698