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

Unified Diff: chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h

Issue 566863003: Declaring the weak_ptr_factory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
diff --git a/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h b/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
index cb7b2ee8ef0524b60871d20ac33bc8af8c4d914f..cef6dce83613e9a044162bc76a6c349979e6f525 100644
--- a/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
+++ b/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
@@ -83,10 +83,10 @@ class AutoEnrollmentController {
policy::AutoEnrollmentState state_;
ProgressCallbackList progress_callbacks_;
- base::WeakPtrFactory<AutoEnrollmentController> client_start_weak_factory_;
-
scoped_ptr<policy::AutoEnrollmentClient> client_;
+ base::WeakPtrFactory<AutoEnrollmentController> client_start_weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(AutoEnrollmentController);
};
« no previous file with comments | « chrome/browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h ('k') | chrome/browser/chromeos/login/existing_user_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698