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

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

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 | « no previous file | chrome/browser/sync_file_system/drive_backend/sync_engine.cc » ('j') | 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.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.h b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
index a43465f95aebfa060911538f68ee013fe7d01413..f87a65a527f45964bef4aa9c686508654c4493d4 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
@@ -140,8 +140,9 @@ class SyncEngine : public RemoteFileSyncService,
ObserverList<FileStatusObserver> file_status_observers_;
RemoteChangeProcessor* remote_change_processor_;
- SyncTaskManager task_manager_;
+ // TODO: This should be the last member in this class.
base::WeakPtrFactory<SyncEngine> weak_ptr_factory_;
+ SyncTaskManager task_manager_;
DISALLOW_COPY_AND_ASSIGN(SyncEngine);
};
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/sync_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698