Index: chrome/browser/content_settings/tab_specific_content_settings.cc |
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc |
index 2afe89013bd693db05e07bfe0d3947529aa40e32..a3d2dc76a13cfdbe7081167c908cf120a2d83782 100644 |
--- a/chrome/browser/content_settings/tab_specific_content_settings.cc |
+++ b/chrome/browser/content_settings/tab_specific_content_settings.cc |
@@ -464,7 +464,7 @@ void TabSpecificContentSettings::Observe( |
DCHECK(type == chrome::NOTIFICATION_CONTENT_SETTINGS_CHANGED); |
content::Details<const ContentSettingsDetails> settings_details(details); |
- const NavigationController& controller = tab_contents()->GetController(); |
+ const NavigationController& controller = tab_contents()->controller(); |
NavigationEntry* entry = controller.GetActiveEntry(); |
GURL entry_url; |
if (entry) |