| 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);
|
|
|