| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 6d0a2a1a44c53fdcb434548eeef7975f3bb32990..640db4b7f2fbeb9714f32a5c9fc7ccf35ad204af 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -29,6 +29,7 @@
|
| #include "chrome/browser/browser_shutdown.h"
|
| #include "chrome/browser/cert_store.h"
|
| #include "chrome/browser/character_encoding.h"
|
| +#include "chrome/browser/content_settings/content_settings_details.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/debugger/devtools_manager.h"
|
| #include "chrome/browser/defaults.h"
|
| @@ -3137,8 +3138,7 @@ void TabContents::Observe(NotificationType type,
|
| break;
|
|
|
| case NotificationType::CONTENT_SETTINGS_CHANGED: {
|
| - Details<const HostContentSettingsMap::ContentSettingsDetails>
|
| - settings_details(details);
|
| + Details<const ContentSettingsDetails> settings_details(details);
|
| NavigationEntry* entry = controller_.GetActiveEntry();
|
| GURL entry_url;
|
| if (entry)
|
|
|