| 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 7364111b441477154e823497983100f2104d1c32..f2fc5c1d33dc09a5e0bb31ab0c5b10baba6e3815 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.cc
|
| @@ -55,12 +55,3 @@ KeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
|
| content::BrowserContext* profile) {
|
| return new ProfileSyncServiceMock(static_cast<Profile*>(profile));
|
| }
|
| -
|
| -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();
|
| -}
|
|
|