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

Unified Diff: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h

Issue 572853002: Realigning the WeakPtrFactory initialization order in chrome/ui folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed mac error 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 | « no previous file | chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
index 92957b84a81bc5aa307685ed306c943105e7fbb3..6f4f1815f5b37fa6b934bdf0439bfdbd14b8b854 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
@@ -94,15 +94,15 @@ class AutofillDialogControllerAndroid : public AutofillDialogController {
// we should show a shipping section.
bool cares_about_shipping_;
- base::WeakPtrFactory<AutofillDialogControllerAndroid>
- weak_ptr_factory_;
-
// Whether the latency to display to the UI was logged to UMA yet.
bool was_ui_latency_logged_;
// The corresponding java object.
base::android::ScopedJavaGlobalRef<jobject> java_object_;
+ base::WeakPtrFactory<AutofillDialogControllerAndroid>
+ weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(AutofillDialogControllerAndroid);
};
« no previous file with comments | « no previous file | chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698