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

Unified Diff: sync/internal_api/debug_info_event_listener.h

Issue 26594002: Chrome sync: Put WeakPtrFactory members at the end (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge (see prior patch for try jobs) Created 7 years, 2 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: sync/internal_api/debug_info_event_listener.h
diff --git a/sync/internal_api/debug_info_event_listener.h b/sync/internal_api/debug_info_event_listener.h
index c3aa9d0929a898e65fbbca68a1f0acb333a4e2ea..b0c079e946b8421b9d458f720a54e72fe095b5e7 100644
--- a/sync/internal_api/debug_info_event_listener.h
+++ b/sync/internal_api/debug_info_event_listener.h
@@ -103,10 +103,10 @@ class SYNC_EXPORT_PRIVATE DebugInfoEventListener
// Cryptographer is initialized and does not have pending keys.
bool cryptographer_ready_;
- base::WeakPtrFactory<DebugInfoEventListener> weak_ptr_factory_;
-
base::ThreadChecker thread_checker_;
+ base::WeakPtrFactory<DebugInfoEventListener> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(DebugInfoEventListener);
};

Powered by Google App Engine
This is Rietveld 408576698