| Index: chrome/browser/api/sync/profile_sync_service_base.h
|
| diff --git a/chrome/browser/api/sync/profile_sync_service_base.h b/chrome/browser/api/sync/profile_sync_service_base.h
|
| index 60fd40d07c37154e6dd10db632e6fadc5485af5f..f404bcb56825fda6cf59965f1eb374b397ef8ef1 100644
|
| --- a/chrome/browser/api/sync/profile_sync_service_base.h
|
| +++ b/chrome/browser/api/sync/profile_sync_service_base.h
|
| @@ -17,7 +17,8 @@ class ProfileSyncServiceBase {
|
| public:
|
| // Retrieve the sync service to use in the given context.
|
| // Returns NULL if sync is not enabled for the context.
|
| - static ProfileSyncServiceBase* ForContext(content::BrowserContext* context);
|
| + static ProfileSyncServiceBase* FromBrowserContext(
|
| + content::BrowserContext* context);
|
|
|
| typedef ProfileSyncServiceObserver Observer;
|
|
|
|
|