| Index: chrome/browser/content_settings/mock_settings_observer.cc
|
| diff --git a/chrome/browser/content_settings/mock_settings_observer.cc b/chrome/browser/content_settings/mock_settings_observer.cc
|
| index a0cc5b123864f9a7cf4198e497d8a8fdb0d16e9e..a281a1deb90199f3340a921cf0f7349a5e92951a 100644
|
| --- a/chrome/browser/content_settings/mock_settings_observer.cc
|
| +++ b/chrome/browser/content_settings/mock_settings_observer.cc
|
| @@ -34,5 +34,6 @@ void MockSettingsObserver::Observe(
|
| settings_details->update_all());
|
| // This checks that calling a Get function from an observer doesn't
|
| // deadlock.
|
| - map->GetContentSettings(GURL("http://random-hostname.com/"));
|
| + GURL url("http://random-hostname.com/");
|
| + map->GetContentSetting(url, url, CONTENT_SETTINGS_TYPE_IMAGES, "");
|
| }
|
|
|