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

Unified Diff: chrome/browser/ui/browser_tab_restore_service_delegate.cc

Issue 8983012: Get rid of content::NavigationController in cc file and use "using" instead. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 12 months 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/ui/browser_browsertest.cc ('k') | chrome/browser/ui/cocoa/applescript/tab_applescript.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_tab_restore_service_delegate.cc
===================================================================
--- chrome/browser/ui/browser_tab_restore_service_delegate.cc (revision 116288)
+++ chrome/browser/ui/browser_tab_restore_service_delegate.cc (working copy)
@@ -9,6 +9,7 @@
#include "chrome/browser/ui/browser_window.h"
#include "content/public/browser/navigation_controller.h"
+using content::NavigationController;
using content::WebContents;
void BrowserTabRestoreServiceDelegate::ShowBrowserWindow() {
@@ -82,7 +83,7 @@
// static
TabRestoreServiceDelegate* TabRestoreServiceDelegate::FindDelegateForController(
- const content::NavigationController* controller,
+ const NavigationController* controller,
int* index) {
Browser* browser = Browser::GetBrowserForController(controller, index);
if (browser)
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | chrome/browser/ui/cocoa/applescript/tab_applescript.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698