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

Unified Diff: public/web/WebIconURL.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/WebHitTestResult.h ('k') | public/web/WebImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebIconURL.h
diff --git a/public/web/WebIconURL.h b/public/web/WebIconURL.h
index 98450d97565453faca6feb563a0367c52b4cb9df..9e04e62207528e61135af769f344fa87b33b2498 100644
--- a/public/web/WebIconURL.h
+++ b/public/web/WebIconURL.h
@@ -76,7 +76,7 @@ public:
}
#if BLINK_IMPLEMENTATION
- WebIconURL(const WebCore::IconURL& iconURL)
+ WebIconURL(const blink::IconURL& iconURL)
: m_iconType(static_cast<Type>(iconURL.m_iconType))
, m_iconURL(iconURL.m_iconURL)
, m_sizes(iconURL.m_sizes)
« no previous file with comments | « public/web/WebHitTestResult.h ('k') | public/web/WebImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698