Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: public/web/WebHistoryItem.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebGeolocationPosition.h ('k') | public/web/WebHitTestResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebHistoryItem.h
diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
index a35f6eb853562371710b88fe98b74c91b4d534c2..3ad3300aee6b0ad96edffa26be71c0a4b779e128 100644
--- a/public/web/WebHistoryItem.h
+++ b/public/web/WebHistoryItem.h
@@ -35,7 +35,7 @@
#include "../platform/WebPrivatePtr.h"
#include "../platform/WebReferrerPolicy.h"
-namespace WebCore { class HistoryItem; }
+namespace blink { class HistoryItem; }
namespace blink {
class WebHTTPBody;
@@ -113,13 +113,13 @@ public:
BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
#if BLINK_IMPLEMENTATION
- WebHistoryItem(const WTF::PassRefPtr<WebCore::HistoryItem>&);
- WebHistoryItem& operator=(const WTF::PassRefPtr<WebCore::HistoryItem>&);
- operator WTF::PassRefPtr<WebCore::HistoryItem>() const;
+ WebHistoryItem(const WTF::PassRefPtr<blink::HistoryItem>&);
+ WebHistoryItem& operator=(const WTF::PassRefPtr<blink::HistoryItem>&);
+ operator WTF::PassRefPtr<blink::HistoryItem>() const;
#endif
private:
- WebPrivatePtr<WebCore::HistoryItem> m_private;
+ WebPrivatePtr<blink::HistoryItem> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebGeolocationPosition.h ('k') | public/web/WebHitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698