| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index 555b197b5e6dd5fff5ccc3e0475d292c0d41183f..19ba84255c7f8a5a358868a3eb8bf02fe6dd2c90 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -48,7 +48,9 @@ class AbstractProfileSyncServiceTest : public testing::Test {
|
|
|
| bool CreateRoot(syncer::ModelType model_type);
|
|
|
| - static ProfileKeyedService* BuildTokenService(Profile* profile);
|
| + static ProfileKeyedService* BuildTokenService(
|
| + content::BrowserContext* profile);
|
| +
|
| protected:
|
| MessageLoopForUI ui_loop_;
|
| content::TestBrowserThread ui_thread_;
|
|
|