| 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 84296d1a01f00877078b61a304632406d84b7089..01774aa98c939dda7b222035f54debae679cfe20 100644
|
| --- a/chrome/test/base/testing_profile_manager.h
|
| +++ b/chrome/test/base/testing_profile_manager.h
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
|
|
| class ProfileInfoCache;
|
| +class ProfileAttributesStorage;
|
| class ProfileManager;
|
| class TestingBrowserProcess;
|
| class TestingProfile;
|
| @@ -105,6 +106,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;
|
|
|