| Index: chrome/test/base/testing_profile_manager.h
|
| diff --git a/chrome/test/base/testing_profile_manager.h b/chrome/test/base/testing_profile_manager.h
|
| index e051379301cb467a56d6233f8efe23c64d395eef..0951a302ba8ad5055a5d479a60c995ebe9a238b8 100644
|
| --- a/chrome/test/base/testing_profile_manager.h
|
| +++ b/chrome/test/base/testing_profile_manager.h
|
| @@ -18,6 +18,7 @@
|
|
|
| class PrefServiceSyncable;
|
| class ProfileInfoCache;
|
| +class ProfileAttributesStorage;
|
| class ProfileManager;
|
| class TestingBrowserProcess;
|
| class TestingProfile;
|
| @@ -101,6 +102,7 @@ class TestingProfileManager {
|
| const base::FilePath& profiles_dir();
|
| ProfileManager* profile_manager();
|
| ProfileInfoCache* profile_info_cache();
|
| + ProfileAttributesStorage* profile_attributes_storage();
|
|
|
| private:
|
| typedef std::map<std::string, TestingProfile*> TestingProfilesMap;
|
|
|