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

Unified Diff: chrome/browser/sync/sessions/notification_service_sessions_router.h

Issue 591993002: Fix WeakPtrFactory member ordering in chrome/browser/sync (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sessions/notification_service_sessions_router.h
diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.h b/chrome/browser/sync/sessions/notification_service_sessions_router.h
index a873d24880f2835d2a028cb44ea568e2385c04e0..1ebd723ac8f850be8c448e778af97067ebb59d81 100644
--- a/chrome/browser/sync/sessions/notification_service_sessions_router.h
+++ b/chrome/browser/sync/sessions/notification_service_sessions_router.h
@@ -59,11 +59,12 @@ class NotificationServiceSessionsRouter
content::NotificationRegistrar registrar_;
Profile* const profile_;
syncer::SyncableService::StartSyncFlare flare_;
- base::WeakPtrFactory<NotificationServiceSessionsRouter> weak_ptr_factory_;
scoped_ptr<base::CallbackList<void(const std::set<GURL>&)>::Subscription>
favicon_changed_subscription_;
+ base::WeakPtrFactory<NotificationServiceSessionsRouter> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(NotificationServiceSessionsRouter);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698