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

Unified Diff: ash/test/ash_test_base.h

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/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index ddcb800b525c174952e9d3c7e90bfc258ba07e07..1a107fb2eb320c8a06bd908a90e0d7d8f52b470d 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -49,8 +49,8 @@ class WidgetDelegate;
}
namespace ash {
+class Shelf;
class SystemTray;
-class WmShelf;
namespace test {
@@ -69,8 +69,8 @@ class AshTestBase : public testing::Test {
void SetUp() override;
void TearDown() override;
- // Returns the WmShelf for the primary display.
- static WmShelf* GetPrimaryShelf();
+ // Returns the Shelf for the primary display.
+ static Shelf* GetPrimaryShelf();
// Returns the system tray on the primary display.
static SystemTray* GetPrimarySystemTray();
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698