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

Unified Diff: chrome/browser/chromeos/ui/idle_logout_dialog_view.h

Issue 572873002: Declaring the weak_ptr_factory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build break fixed Created 6 years, 3 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 | « chrome/browser/chromeos/system/automatic_reboot_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/ui/idle_logout_dialog_view.h
diff --git a/chrome/browser/chromeos/ui/idle_logout_dialog_view.h b/chrome/browser/chromeos/ui/idle_logout_dialog_view.h
index da6f4d92d817b97c365d8c729c5e1739118335f7..afca216ef89d92266d8339c76567f59b68384aa1 100644
--- a/chrome/browser/chromeos/ui/idle_logout_dialog_view.h
+++ b/chrome/browser/chromeos/ui/idle_logout_dialog_view.h
@@ -77,10 +77,10 @@ class IdleLogoutDialogView : public views::DialogDelegateView {
base::RepeatingTimer<IdleLogoutDialogView> timer_;
- base::WeakPtrFactory<IdleLogoutDialogView> weak_ptr_factory_;
-
static IdleLogoutSettingsProvider* provider_;
+ base::WeakPtrFactory<IdleLogoutDialogView> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(IdleLogoutDialogView);
};
« no previous file with comments | « chrome/browser/chromeos/system/automatic_reboot_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698