| Index: chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc
|
| diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc
|
| index f2f68d0d0afe4d0ffc107273c0bfec006ae6d3fb..4e599013e294f7d547ce30f1cb2fc1bae09cb0e5 100644
|
| --- a/chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc
|
| +++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "build/build_config.h"
|
| +#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
|
| #include "chrome/browser/fullscreen.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| @@ -104,7 +105,7 @@ FullscreenControllerInteractiveTest::TestFullscreenMouseLockContentSettings() {
|
|
|
| // Add content setting to ALLOW fullscreen.
|
| HostContentSettingsMap* settings_map =
|
| - browser()->profile()->GetHostContentSettingsMap();
|
| + HostContentSettingsMapFactory::GetForProfile(browser()->profile());
|
| ContentSettingsPattern pattern =
|
| ContentSettingsPattern::FromURL(url);
|
| settings_map->SetContentSetting(
|
|
|