| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 43232963c285fa90049b8d990b2ccbc30a66436d..0669610edf22d948c9c4018703f8b173442b37b5 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -283,7 +283,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
|
|
| // Gets the device info for all devices signed into the account associated
|
| // with this profile.
|
| - virtual ScopedVector<browser_sync::DeviceInfo> GetAllSignedInDevices() const;
|
| + virtual ScopedVector<browser_sync::DeviceInfo> GetAllSignedinDevices() const;
|
|
|
| // Fills state_map with a map of current data types that are possible to
|
| // sync, as well as their states.
|
|
|