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

Unified Diff: chrome/browser/sync/profile_sync_components_factory.h

Issue 272043002: Invoke AttachmentUploader and update AttachmentIds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android build Created 6 years, 7 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: chrome/browser/sync/profile_sync_components_factory.h
diff --git a/chrome/browser/sync/profile_sync_components_factory.h b/chrome/browser/sync/profile_sync_components_factory.h
index cb053ebbe326e2bd312b9512f0aaa72900af47a9..be6722e370e08bc5eb89e7c6d11bc900bcdf5b19 100644
--- a/chrome/browser/sync/profile_sync_components_factory.h
+++ b/chrome/browser/sync/profile_sync_components_factory.h
@@ -71,7 +71,7 @@ class ProfileSyncComponentsFactory
: model_associator(ma), change_processor(cp) {}
};
- virtual ~ProfileSyncComponentsFactory() {}
+ virtual ~ProfileSyncComponentsFactory() OVERRIDE {}
// Creates and registers enabled datatypes with the provided
// ProfileSyncService.

Powered by Google App Engine
This is Rietveld 408576698