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 3ab3903c8b65a8a3008dd1e736adaf415fe1f0db..4cb6c7903a9987b169f4ee278c858f223a9b2b0f 100644 |
--- a/chrome/browser/sync/profile_sync_service_mock.cc |
+++ b/chrome/browser/sync/profile_sync_service_mock.cc |
@@ -50,8 +50,3 @@ ScopedVector<browser_sync::DeviceInfo> |
devices.get() = *device_vector; |
return devices.Pass(); |
} |
- |
-scoped_ptr<browser_sync::DeviceInfo> |
- ProfileSyncServiceMock::GetLocalDeviceInfo() const { |
- return scoped_ptr<browser_sync::DeviceInfo>(GetLocalDeviceInfoMock()).Pass(); |
-} |