Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index d663f868236609cc5eb23a53c87ce88412e52cad..a8f3bc7e1f60599788e3b7a488e60cec48620b5b 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -140,6 +140,7 @@ class ExternalPopupMenu; |
class FaviconHelper; |
class GeolocationDispatcher; |
class HistoryController; |
+class HistoryEntry; |
class ImageResourceFetcher; |
class InputTagSpeechDispatcher; |
class LoadProgressTracker; |
@@ -720,7 +721,7 @@ class CONTENT_EXPORT RenderViewImpl |
void UpdateTitle(blink::WebFrame* frame, const base::string16& title, |
blink::WebTextDirection title_direction); |
void UpdateSessionHistory(blink::WebFrame* frame); |
- void SendUpdateState(const blink::WebHistoryItem& item); |
+ void SendUpdateState(HistoryEntry* entry); |
// Update current main frame's encoding and send it to browser window. |
// Since we want to let users see the right encoding info from menu |