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

Unified Diff: components/sync/core/test/fake_sync_manager.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
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/protocol_event_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/test/fake_sync_manager.h
diff --git a/components/sync/core/test/fake_sync_manager.h b/components/sync/core/test/fake_sync_manager.h
index 41425f75b7a1581d9d946b306ea340467bfaafc6..eda14c12572797b6c5781d6966e91d655e88d9c0 100644
--- a/components/sync/core/test/fake_sync_manager.h
+++ b/components/sync/core/test/fake_sync_manager.h
@@ -104,7 +104,8 @@ class FakeSyncManager : public SyncManager {
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 RefreshTypes(ModelTypeSet types) override;
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/protocol_event_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698