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

Unified Diff: ash/aura/wm_shelf_aura.h

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again 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_root_window_controller_aura.cc ('k') | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shelf_aura.h
diff --git a/ash/aura/wm_shelf_aura.h b/ash/aura/wm_shelf_aura.h
index ec28a7ce220de6c4068387bb5e3c746a5994ab6a..31dfbcb3b66e3de710e46adab15b3a4c4160680f 100644
--- a/ash/aura/wm_shelf_aura.h
+++ b/ash/aura/wm_shelf_aura.h
@@ -6,7 +6,7 @@
#define ASH_AURA_WM_SHELF_AURA_H_
#include "ash/ash_export.h"
-#include "ash/common/wm/shelf/wm_shelf.h"
+#include "ash/common/shelf/wm_shelf.h"
#include "ash/shelf/shelf_icon_observer.h"
#include "ash/shelf/shelf_layout_manager_observer.h"
#include "base/macros.h"
@@ -17,8 +17,6 @@ namespace ash {
class Shelf;
class ShelfLayoutManager;
-namespace wm {
-
// Aura implementation of WmShelf.
class ASH_EXPORT WmShelfAura : public WmShelf,
public ShelfLayoutManagerObserver,
@@ -43,7 +41,7 @@ class ASH_EXPORT WmShelfAura : public WmShelf,
// ShelfLayoutManagerObserver:
void WillDeleteShelfLayoutManager() override;
- void OnBackgroundUpdated(wm::ShelfBackgroundType background_type,
+ void OnBackgroundUpdated(ShelfBackgroundType background_type,
BackgroundAnimatorChangeType change_type) override;
void WillChangeVisibilityState(ShelfVisibilityState new_state) override;
@@ -59,7 +57,6 @@ class ASH_EXPORT WmShelfAura : public WmShelf,
DISALLOW_COPY_AND_ASSIGN(WmShelfAura);
};
-} // namespace wm
} // namespace ash
#endif // ASH_AURA_WM_SHELF_AURA_H_
« no previous file with comments | « ash/aura/wm_root_window_controller_aura.cc ('k') | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698