| Index: chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.h
|
| diff --git a/chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.h b/chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.h
|
| index c6f264390842f518ccf84017368d964d19e8bad8..774ca758ce10ac0329968fbe5149525bf1004afe 100644
|
| --- a/chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.h
|
| +++ b/chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.h
|
| @@ -13,6 +13,7 @@
|
|
|
| namespace browser_sync {
|
| class DeviceInfo;
|
| +class DeviceInfoTracker;
|
| } // namespace browser_sync
|
|
|
| namespace extensions {
|
| @@ -20,7 +21,6 @@ class ExtensionPrefs;
|
| } // namespace extensions
|
|
|
| class Profile;
|
| -class ProfileSyncService;
|
|
|
| namespace extensions {
|
|
|
| @@ -34,7 +34,7 @@ ScopedVector<browser_sync::DeviceInfo> GetAllSignedInDevices(
|
|
|
| ScopedVector<browser_sync::DeviceInfo> GetAllSignedInDevices(
|
| const std::string& extension_id,
|
| - ProfileSyncService* pss,
|
| + browser_sync::DeviceInfoTracker* device_tracker,
|
| ExtensionPrefs* extension_prefs);
|
|
|
| class SignedInDevicesGetFunction : public ChromeSyncExtensionFunction {
|
|
|