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

Unified Diff: ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase Created 3 years, 7 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/shelf/shelf_button.cc ('k') | ash/shelf/shelf_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
diff --git a/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc b/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
index b85266b2672080077cdb50bcca3e00c0daa6120a..849a8c7683fafe4fd59e09380cfb8af3f9889b15 100644
--- a/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
+++ b/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
@@ -7,7 +7,7 @@
#include <utility>
#include "ash/public/cpp/config.h"
-#include "ash/shelf/wm_shelf.h"
+#include "ash/shelf/shelf.h"
#include "ash/shell.h"
#include "ash/test/ash_test_base.h"
#include "ash/test/shelf_button_pressed_metric_tracker_test_api.h"
@@ -106,8 +106,8 @@ ShelfButtonPressedMetricTrackerTest::~ShelfButtonPressedMetricTrackerTest() {}
void ShelfButtonPressedMetricTrackerTest::SetUp() {
AshTestBase::SetUp();
- WmShelf* wm_shelf = GetPrimaryShelf();
- ShelfViewTestAPI shelf_view_test_api(wm_shelf->GetShelfViewForTesting());
+ Shelf* shelf = GetPrimaryShelf();
+ ShelfViewTestAPI shelf_view_test_api(shelf->GetShelfViewForTesting());
metric_tracker_ = shelf_view_test_api.shelf_button_pressed_metric_tracker();
« no previous file with comments | « ash/shelf/shelf_button.cc ('k') | ash/shelf/shelf_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698