| 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 aa1f46086850031eb7d351654622c89c3d1c3a72..bfeae5ee88ccebc0e59d7ca7303428ce5eb1cfc3 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -384,7 +384,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
| // Fills state_map with a map of current data types that are possible to
|
| // sync, as well as their states.
|
| void GetDataTypeControllerStates(
|
| - sync_driver::DataTypeController::StateMap* state_map) const;
|
| + sync_driver::DataTypeController::StateMap* state_map) const;
|
|
|
| // Disables sync for user. Use ShowLoginDialog to enable.
|
| virtual void DisableForUser();
|
|
|