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

Unified Diff: ash/shelf/shelf_view_unittest.cc

Issue 2279533002: ash: Convert ShelfDelegate to use WmShelf* instead of Shelf* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: curlies Created 4 years, 4 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/root_window_controller.cc ('k') | ash/shelf/shelf_widget_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_view_unittest.cc
diff --git a/ash/shelf/shelf_view_unittest.cc b/ash/shelf/shelf_view_unittest.cc
index 669927f5ab1cbeaf94c72ee59a93dcd4ee8da1d2..8f932350bb1ba62e9bf03a19bfcd8b45c8c7aec5 100644
--- a/ash/shelf/shelf_view_unittest.cc
+++ b/ash/shelf/shelf_view_unittest.cc
@@ -249,17 +249,17 @@ class TestShelfDelegateForShelfView : public ShelfDelegate {
void set_is_app_pinned(bool is_pinned) { is_app_pinned_ = is_pinned; }
// ShelfDelegate overrides:
- void OnShelfCreated(Shelf* shelf) override {}
+ void OnShelfCreated(WmShelf* shelf) override {}
- void OnShelfDestroyed(Shelf* shelf) override {}
+ void OnShelfDestroyed(WmShelf* shelf) override {}
- void OnShelfAlignmentChanged(Shelf* shelf) override {}
+ void OnShelfAlignmentChanged(WmShelf* shelf) override {}
- void OnShelfAutoHideBehaviorChanged(Shelf* shelf) override {}
+ void OnShelfAutoHideBehaviorChanged(WmShelf* shelf) override {}
- void OnShelfAutoHideStateChanged(Shelf* shelf) override {}
+ void OnShelfAutoHideStateChanged(WmShelf* shelf) override {}
- void OnShelfVisibilityStateChanged(Shelf* shelf) override {}
+ void OnShelfVisibilityStateChanged(WmShelf* shelf) override {}
ShelfID GetShelfIDForAppID(const std::string& app_id) override {
ShelfID id = 0;
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shelf/shelf_widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698