| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index dea43dea12091ac1e56868395ab4090cd0f68019..4068c8860be1494fe22f72c4d8547779f9901965 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -234,6 +234,7 @@ class ProfileManager : public base::NonThreadSafe,
|
| private:
|
| friend class TestingProfileManager;
|
| FRIEND_TEST_ALL_PREFIXES(ProfileManagerBrowserTest, DeleteAllProfiles);
|
| + FRIEND_TEST_ALL_PREFIXES(ProfileManagerBrowserTest, SwitchToProfile);
|
|
|
| // This struct contains information about profiles which are being loaded or
|
| // were loaded.
|
|
|