Index: ash/shelf/wm_shelf.h |
diff --git a/ash/common/shelf/wm_shelf.h b/ash/shelf/wm_shelf.h |
similarity index 97% |
rename from ash/common/shelf/wm_shelf.h |
rename to ash/shelf/wm_shelf.h |
index b2e858a7976c7a7be42cc8a369fb03be4730c439..491f35e1b3ae4369371787afdf5671ffad546928 100644 |
--- a/ash/common/shelf/wm_shelf.h |
+++ b/ash/shelf/wm_shelf.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_COMMON_SHELF_WM_SHELF_H_ |
-#define ASH_COMMON_SHELF_WM_SHELF_H_ |
+#ifndef ASH_SHELF_WM_SHELF_H_ |
+#define ASH_SHELF_WM_SHELF_H_ |
#include <memory> |
#include "ash/ash_export.h" |
-#include "ash/common/shelf/shelf_layout_manager_observer.h" |
#include "ash/public/cpp/shelf_types.h" |
+#include "ash/shelf/shelf_layout_manager_observer.h" |
#include "base/observer_list.h" |
namespace gfx { |
@@ -185,4 +185,4 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver { |
} // namespace ash |
-#endif // ASH_COMMON_SHELF_WM_SHELF_H_ |
+#endif // ASH_SHELF_WM_SHELF_H_ |