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

Unified Diff: ash/wm/workspace_controller.h

Issue 11293014: Renames Workspace*2 -> Workspace*. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/wm/workspace/workspace_window_resizer_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.h
===================================================================
--- ash/wm/workspace_controller.h (revision 165163)
+++ ash/wm/workspace_controller.h (working copy)
@@ -21,7 +21,7 @@
class ShelfLayoutManager;
class WorkspaceControllerTestHelper;
class WorkspaceEventHandler;
-class WorkspaceManager2;
+class WorkspaceManager;
// WorkspaceController acts as a central place that ties together all the
// various workspace pieces.
@@ -54,7 +54,7 @@
aura::Window* viewport_;
- scoped_ptr<WorkspaceManager2> workspace_manager_;
+ scoped_ptr<WorkspaceManager> workspace_manager_;
DISALLOW_COPY_AND_ASSIGN(WorkspaceController);
};
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698