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

Unified Diff: ash/wm/workspace/workspace_manager.cc

Issue 16968003: Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: ash/wm/workspace/workspace_manager.cc
diff --git a/ash/wm/workspace/workspace_manager.cc b/ash/wm/workspace/workspace_manager.cc
index 4bce76bc31d367bc1c7d79177ac4dc685998604a..7f552d58d8dd8db4abfae98be56f82c64b53d78e 100644
--- a/ash/wm/workspace/workspace_manager.cc
+++ b/ash/wm/workspace/workspace_manager.cc
@@ -116,8 +116,7 @@ WorkspaceManager::WorkspaceManager(Window* contents_window)
clear_unminimizing_workspace_factory_(this),
unminimizing_workspace_(NULL),
app_terminating_(false),
- creating_fade_(false),
- workspace_cycler_(NULL) {
+ creating_fade_(false) {
// Clobber any existing event filter.
contents_window->SetEventFilter(NULL);
// |contents_window| takes ownership of LayoutManagerImpl.
« no previous file with comments | « ash/wm/workspace/workspace_cycler_animator.cc ('k') | ash/wm/workspace/workspace_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698