| Index: chrome/browser/sync/profile_sync_service_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
|
| index 150273b1e3ff7be487c2eeee720681b1e700c7fd..6985ccef1d75df5137a85e349c52a34da00a947c 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.cc
|
| @@ -41,11 +41,11 @@ BrowserContextKeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
|
| }
|
|
|
| ScopedVector<browser_sync::DeviceInfo>
|
| - ProfileSyncServiceMock::GetAllSignedInDevices() const {
|
| - ScopedVector<browser_sync::DeviceInfo> devices;
|
| - std::vector<browser_sync::DeviceInfo*>* device_vector =
|
| - GetAllSignedInDevicesMock();
|
| - devices.get() = *device_vector;
|
| - return devices.Pass();
|
| + ProfileSyncServiceMock::GetAllSignedinDevices() const {
|
| + ScopedVector<browser_sync::DeviceInfo> devices;
|
| + std::vector<browser_sync::DeviceInfo*>* device_vector =
|
| + GetAllSignedinDevicesMock();
|
| + devices.get() = *device_vector;
|
| + return devices.Pass();
|
| }
|
|
|
|
|