Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1194)

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.cc

Issue 8956059: Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Al... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/content_settings/tab_specific_content_settings.cc
===================================================================
--- chrome/browser/content_settings/tab_specific_content_settings.cc (revision 115900)
+++ chrome/browser/content_settings/tab_specific_content_settings.cc (working copy)
@@ -33,6 +33,7 @@
#include "webkit/fileapi/file_system_types.h"
using content::BrowserThread;
+using content::NavigationEntry;
using content::WebContents;
namespace {
@@ -468,7 +469,7 @@
content::Details<const ContentSettingsDetails> settings_details(details);
const NavigationController& controller = web_contents()->GetController();
- content::NavigationEntry* entry = controller.GetActiveEntry();
+ NavigationEntry* entry = controller.GetActiveEntry();
GURL entry_url;
if (entry)
entry_url = entry->GetURL();
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/debugger/devtools_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698