Index: third_party/WebKit/public/web/WebHistoryItem.h |
diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h |
index e0725b2be5dbd4e03ab700ece52d955a0f52d674..df8de1cf75c39258e9b7dcb51d8c2b317d260a0c 100644 |
--- a/third_party/WebKit/public/web/WebHistoryItem.h |
+++ b/third_party/WebKit/public/web/WebHistoryItem.h |
@@ -117,9 +117,9 @@ public: |
BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const; |
#if BLINK_IMPLEMENTATION |
- BLINK_EXPORT WebHistoryItem(const RawPtr<HistoryItem>&); |
- BLINK_EXPORT WebHistoryItem& operator=(const RawPtr<HistoryItem>&); |
- BLINK_EXPORT operator RawPtr<HistoryItem>() const; |
+ BLINK_EXPORT WebHistoryItem(HistoryItem*); |
+ BLINK_EXPORT WebHistoryItem& operator=(HistoryItem*); |
+ BLINK_EXPORT operator HistoryItem*() const; |
#endif |
private: |