| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index 77936a043680ce5c745ee188bb4a15ef08d6529e..35c21cb052cbed90465e632fb4ab6f17d657d367 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -92,6 +92,9 @@ class TestProfileSyncService : public ProfileSyncService {
|
|
|
| syncer::TestIdFactory* id_factory();
|
|
|
| + // Raise visibility to ease testing.
|
| + using ProfileSyncService::NotifyObservers;
|
| +
|
| protected:
|
| static KeyedService* TestFactoryFunction(content::BrowserContext* profile);
|
|
|
|
|