Index: webkit/api/src/BackForwardListClientImpl.h |
=================================================================== |
--- webkit/api/src/BackForwardListClientImpl.h (revision 30557) |
+++ webkit/api/src/BackForwardListClientImpl.h (working copy) |
@@ -33,10 +33,9 @@ |
#include "BackForwardList.h" |
+namespace WebKit { |
class WebViewImpl; |
-namespace WebKit { |
- |
extern const char backForwardNavigationScheme[]; |
class BackForwardListClientImpl : public WebCore::BackForwardListClient { |
@@ -44,8 +43,8 @@ |
BackForwardListClientImpl(WebViewImpl* webview); |
~BackForwardListClientImpl(); |
- void SetCurrentHistoryItem(WebCore::HistoryItem* item); |
- WebCore::HistoryItem* GetPreviousHistoryItem() const; |
+ void setCurrentHistoryItem(WebCore::HistoryItem* item); |
+ WebCore::HistoryItem* previousHistoryItem() const; |
private: |
// WebCore::BackForwardListClient methods: |