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

Unified Diff: chrome/browser/extensions/extension_url_rewrite_browsertest.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
« no previous file with comments | « chrome/browser/extensions/extension_tabs_module.cc ('k') | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_url_rewrite_browsertest.cc
===================================================================
--- chrome/browser/extensions/extension_url_rewrite_browsertest.cc (revision 115900)
+++ chrome/browser/extensions/extension_url_rewrite_browsertest.cc (working copy)
@@ -19,6 +19,8 @@
#include "content/public/browser/navigation_entry.h"
#include "googleurl/src/gurl.h"
+using content::NavigationEntry;
+
class ExtensionURLRewriteBrowserTest : public ExtensionBrowserTest {
protected:
std::string GetLocationBarText() const {
@@ -34,7 +36,7 @@
return &browser()->GetSelectedTabContents()->GetController();
}
- content::NavigationEntry* GetNavigationEntry() const {
+ NavigationEntry* GetNavigationEntry() const {
return GetNavigationController()->GetActiveEntry();
}
« no previous file with comments | « chrome/browser/extensions/extension_tabs_module.cc ('k') | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698