| Index: components/sync/core_impl/sync_manager_impl.cc
|
| diff --git a/components/sync/core_impl/sync_manager_impl.cc b/components/sync/core_impl/sync_manager_impl.cc
|
| index 4f8718de82d190a8e6e06055f3964206da45d050..2f96ffd8d689c8cbfdb75f75c9d9e039db19df42 100644
|
| --- a/components/sync/core_impl/sync_manager_impl.cc
|
| +++ b/components/sync/core_impl/sync_manager_impl.cc
|
| @@ -976,7 +976,7 @@ SyncEncryptionHandler* SyncManagerImpl::GetEncryptionHandler() {
|
| return sync_encryption_handler_.get();
|
| }
|
|
|
| -ScopedVector<syncer::ProtocolEvent>
|
| +std::vector<std::unique_ptr<ProtocolEvent>>
|
| SyncManagerImpl::GetBufferedProtocolEvents() {
|
| return protocol_event_buffer_.GetBufferedProtocolEvents();
|
| }
|
|
|