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

Unified Diff: public/web/WebIconURL.h

Issue 455883003: Cleanup namespace usage in public/web/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 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)
« 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