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

Unified Diff: components/sync/core_impl/sync_manager_impl.h

Issue 2284283002: Remove stl_util's STLElementDeleter from sync. (Closed)
Patch Set: Created 4 years, 4 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: components/sync/core_impl/sync_manager_impl.h
diff --git a/components/sync/core_impl/sync_manager_impl.h b/components/sync/core_impl/sync_manager_impl.h
index 3483d9b95bb28d6acc97283942e0129dd39b5f73..0c469d462f59d52977976c357837e3c7770e8c11 100644
--- a/components/sync/core_impl/sync_manager_impl.h
+++ b/components/sync/core_impl/sync_manager_impl.h
@@ -99,7 +99,8 @@ class SyncManagerImpl
bool ReceivedExperiment(Experiments* experiments) override;
bool HasUnsyncedItems() override;
SyncEncryptionHandler* GetEncryptionHandler() override;
- ScopedVector<syncer::ProtocolEvent> GetBufferedProtocolEvents() override;
+ std::vector<std::unique_ptr<ProtocolEvent>> GetBufferedProtocolEvents()
+ override;
std::unique_ptr<base::ListValue> GetAllNodesForType(
syncer::ModelType type) override;
void RegisterDirectoryTypeDebugInfoObserver(
« no previous file with comments | « components/sync/core_impl/protocol_event_buffer_unittest.cc ('k') | components/sync/core_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698