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

Unified Diff: chrome/browser/external_tab_container_win.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/external_tab_container_win.cc
===================================================================
--- chrome/browser/external_tab_container_win.cc (revision 115900)
+++ chrome/browser/external_tab_container_win.cc (working copy)
@@ -67,6 +67,7 @@
#include "ui/views/layout/grid_layout.h"
using content::BrowserThread;
+using content::NavigationEntry;
using content::OpenURLParams;
using content::SSLStatus;
using content::WebContents;
@@ -956,7 +957,7 @@
content::NavigationType nav_type,
int relative_offset) {
DCHECK(nav_info);
- content::NavigationEntry* entry =
+ NavigationEntry* entry =
tab_contents_->tab_contents()->GetController().GetActiveEntry();
// If this is very early in the game then we may not have an entry.
if (!entry)
« no previous file with comments | « chrome/browser/extensions/extension_url_rewrite_browsertest.cc ('k') | chrome/browser/favicon/favicon_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698