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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_engine.cc

Issue 26775010: fix build after clang roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/sync_engine.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
index f050d42c2d17350d04c22fe9791ff1fb727e8217..90e2ad35be283a69bcad3fa455b9709f5ff2759f 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
@@ -30,8 +30,8 @@ SyncEngine::SyncEngine(
drive_service_(drive_service.Pass()),
notification_manager_(notification_manager),
extension_service_(extension_service),
- task_manager_(weak_ptr_factory_.GetWeakPtr()),
- weak_ptr_factory_(this) {
+ weak_ptr_factory_(this),
+ task_manager_(weak_ptr_factory_.GetWeakPtr()) {
}
SyncEngine::~SyncEngine() {
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698