| 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)
|
|
|