| Index: chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc
|
| index adf9e1feb4daf47d95c9472bca731c0e8897eea2..7af69c13ef8c864ea84031a4880efe5d746e9327 100644
|
| --- a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc
|
| @@ -35,8 +35,8 @@ ExtensionSettingsUIBrowserTest::~ExtensionSettingsUIBrowserTest() {}
|
|
|
| Profile* ExtensionSettingsUIBrowserTest::GetProfile() {
|
| if (!profile_) {
|
| - profile_ =
|
| - browser() ? browser()->profile() : ProfileManager::GetDefaultProfile();
|
| + profile_ = browser() ? browser()->profile() :
|
| + ProfileManager::GetActiveUserProfile();
|
| }
|
| return profile_;
|
| }
|
|
|