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

Unified Diff: ash/test/test_launcher_delegate.h

Issue 71653003: ash: Rename LauncherModel to ShelfModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome changes Created 7 years, 1 month 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/test/shell_test_api.cc ('k') | ash/test/test_launcher_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_launcher_delegate.h
diff --git a/ash/test/test_launcher_delegate.h b/ash/test/test_launcher_delegate.h
index 41986657ddfa5780ff2427b29602ddfc2f3f953c..436b261950d9e36b5ccf6f2cb18c61b43b3fbaa5 100644
--- a/ash/test/test_launcher_delegate.h
+++ b/ash/test/test_launcher_delegate.h
@@ -14,7 +14,7 @@
namespace ash {
-class LauncherModel;
+class ShelfModel;
namespace test {
@@ -23,7 +23,7 @@ namespace test {
class TestLauncherDelegate : public LauncherDelegate,
public aura::WindowObserver {
public:
- explicit TestLauncherDelegate(LauncherModel* model);
+ explicit TestLauncherDelegate(ShelfModel* model);
virtual ~TestLauncherDelegate();
void AddLauncherItem(aura::Window* window);
@@ -54,7 +54,7 @@ class TestLauncherDelegate : public LauncherDelegate,
static TestLauncherDelegate* instance_;
- LauncherModel* model_;
+ ShelfModel* model_;
// Maps from window to the id we gave it.
WindowToID window_to_id_;
« no previous file with comments | « ash/test/shell_test_api.cc ('k') | ash/test/test_launcher_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698