Index: chrome/browser/content_settings/tab_specific_content_settings.cc |
=================================================================== |
--- chrome/browser/content_settings/tab_specific_content_settings.cc (revision 115228) |
+++ chrome/browser/content_settings/tab_specific_content_settings.cc (working copy) |
@@ -464,7 +464,7 @@ |
DCHECK(type == chrome::NOTIFICATION_CONTENT_SETTINGS_CHANGED); |
content::Details<const ContentSettingsDetails> settings_details(details); |
- const NavigationController& controller = tab_contents()->controller(); |
+ const NavigationController& controller = tab_contents()->GetController(); |
NavigationEntry* entry = controller.GetActiveEntry(); |
GURL entry_url; |
if (entry) |