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

Unified Diff: ash/shell.h

Issue 497733002: Declaring the weak_ptr_factory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes are incorporated in this patchset. Created 6 years, 4 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 | « AUTHORS ('k') | ash/system/chromeos/brightness/tray_brightness.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 7d5ab3b680ae1f725e3e66a424752d5bc5b55a7f..588f27b7c768e07a61853a61461839a5327fb26a 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -699,8 +699,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
scoped_ptr< ::wm::InputMethodEventFilter> input_method_filter_;
scoped_ptr<DisplayManager> display_manager_;
- scoped_ptr<base::WeakPtrFactory<DisplayManager> >
- weak_display_manager_factory_;
oshima 2014/08/28 16:29:41 sorry , I should have said, "please revert this fi
Anand Ratn (left samsung) 2014/09/01 04:25:56 Done.
scoped_ptr<LocaleNotificationController> locale_notification_controller_;
@@ -758,6 +756,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Injected content::GPUDataManager support.
scoped_ptr<GPUSupport> gpu_support_;
+ scoped_ptr<base::WeakPtrFactory<DisplayManager> >
+ weak_display_manager_factory_;
+
DISALLOW_COPY_AND_ASSIGN(Shell);
};
« no previous file with comments | « AUTHORS ('k') | ash/system/chromeos/brightness/tray_brightness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698