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

Unified Diff: chrome/browser/sessions/base_session_service.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/safe_browsing/safe_browsing_service.cc ('k') | chrome/browser/sessions/session_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/base_session_service.cc
===================================================================
--- chrome/browser/sessions/base_session_service.cc (revision 115900)
+++ chrome/browser/sessions/base_session_service.cc (working copy)
@@ -18,8 +18,9 @@
#include "content/public/common/referrer.h"
#include "webkit/glue/webkit_glue.h"
+using WebKit::WebReferrerPolicy;
using content::BrowserThread;
-using WebKit::WebReferrerPolicy;
+using content::NavigationEntry;
// InternalGetCommandsRequest -------------------------------------------------
@@ -138,7 +139,7 @@
SessionID::id_type command_id,
SessionID::id_type tab_id,
int index,
- const content::NavigationEntry& entry) {
+ const NavigationEntry& entry) {
// Use pickle to handle marshalling.
Pickle pickle;
pickle.WriteInt(tab_id);
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/browser/sessions/session_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698