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

Unified Diff: ash/shelf/shelf_widget.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: gyp 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
Index: ash/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index aff1642852d97302b48748010ed73f46f31f805f..f21e4036c01a133d656e7c6b579772100aff29e8 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -8,9 +8,9 @@
#include <memory>
#include "ash/ash_export.h"
+#include "ash/common/shelf/shelf_types.h"
#include "ash/common/wm/background_animator.h"
#include "ash/shelf/shelf_layout_manager_observer.h"
-#include "ash/shelf/shelf_types.h"
#include "base/macros.h"
#include "ui/views/widget/widget.h"
#include "ui/views/widget/widget_observer.h"
@@ -39,12 +39,12 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
static bool ShelfAlignmentAllowed();
void OnShelfAlignmentChanged();
- wm::ShelfAlignment GetAlignment() const;
+ ShelfAlignment GetAlignment() const;
// Sets the shelf's background type.
- void SetPaintsBackground(wm::ShelfBackgroundType background_type,
+ void SetPaintsBackground(ShelfBackgroundType background_type,
BackgroundAnimatorChangeType change_type);
- wm::ShelfBackgroundType GetBackgroundType() const;
+ ShelfBackgroundType GetBackgroundType() const;
// Hide the shelf behind a black bar during e.g. a user transition when |hide|
// is true. The |animation_time_ms| will be used as animation duration.

Powered by Google App Engine
This is Rietveld 408576698