Index: components/sync/device_info/device_info_sync_service.h |
diff --git a/components/sync/device_info/device_info_sync_service.h b/components/sync/device_info/device_info_sync_service.h |
index 29da4404ae040787567912eed7e9a16e21f63592..1f7c3e1864c89869c5a6e928115c271eb85b594b 100644 |
--- a/components/sync/device_info/device_info_sync_service.h |
+++ b/components/sync/device_info/device_info_sync_service.h |
@@ -51,7 +51,7 @@ class DeviceInfoSyncService : public syncer::SyncableService, |
bool IsSyncing() const override; |
std::unique_ptr<DeviceInfo> GetDeviceInfo( |
const std::string& client_id) const override; |
- ScopedVector<DeviceInfo> GetAllDeviceInfo() const override; |
+ std::vector<std::unique_ptr<DeviceInfo>> GetAllDeviceInfo() const override; |
void AddObserver(Observer* observer) override; |
void RemoveObserver(Observer* observer) override; |
int CountActiveDevices() const override; |