| 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 ff2e2b0144422a02b01e490d36619ef6592ac4d6..10a5d748682f3624c0d3d25198165f221816fe93 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -275,7 +275,7 @@ class ProfileSyncService : public sync_driver::SyncService,
|
|
|
| // sync_driver::SyncService implementation
|
| bool HasSyncSetupCompleted() const override;
|
| - bool SyncActive() const override;
|
| + bool IsSyncActive() const override;
|
| bool IsSyncEnabledAndLoggedIn() override;
|
| void DisableForUser() override;
|
| void StopAndSuppress() override;
|
|
|