Chromium Code Reviews| Index: public/web/WebIconURL.h |
| diff --git a/public/web/WebIconURL.h b/public/web/WebIconURL.h |
| index 9e04e62207528e61135af769f344fa87b33b2498..8b333a2227373d4f167a44642319975630d66263 100644 |
| --- a/public/web/WebIconURL.h |
| +++ b/public/web/WebIconURL.h |
| @@ -76,7 +76,7 @@ public: |
| } |
| #if BLINK_IMPLEMENTATION |
| - WebIconURL(const blink::IconURL& iconURL) |
| + WebIconURL(const IconURL& iconURL) |
| : m_iconType(static_cast<Type>(iconURL.m_iconType)) |
| , m_iconURL(iconURL.m_iconURL) |
| , m_sizes(iconURL.m_sizes) |