Index: content/browser/web_contents/navigation_controller_impl.h |
diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h |
index f0fd49181714115446b6fedc651c7660e726afb7..c95ef4568ca997f2fd23875595811b16ed578e65 100644 |
--- a/content/browser/web_contents/navigation_controller_impl.h |
+++ b/content/browser/web_contents/navigation_controller_impl.h |
@@ -69,7 +69,7 @@ class CONTENT_EXPORT NavigationControllerImpl |
virtual void GoForward() OVERRIDE; |
virtual void GoToIndex(int index) OVERRIDE; |
virtual void GoToOffset(int offset) OVERRIDE; |
- virtual void RemoveEntryAtIndex(int index) OVERRIDE; |
+ virtual bool RemoveEntryAtIndex(int index) OVERRIDE; |
virtual const SessionStorageNamespaceMap& |
GetSessionStorageNamespaceMap() const OVERRIDE; |
virtual SessionStorageNamespace* |