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

Unified Diff: Source/platform/weborigin/KURL.h

Issue 531983002: Clean up forward declarations in Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/platform/text/TextStream.h ('k') | Source/platform/weborigin/SecurityOriginHash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/KURL.h
diff --git a/Source/platform/weborigin/KURL.h b/Source/platform/weborigin/KURL.h
index e11c43e3fd279267754fff56f2c756087c77a2f4..ded81221ee0443f56586e78b410c0da149b290ed 100644
--- a/Source/platform/weborigin/KURL.h
+++ b/Source/platform/weborigin/KURL.h
@@ -270,7 +270,6 @@ inline bool operator!=(const String& a, const KURL& b)
namespace WTF {
// KURLHash is the default hash for String
-template<typename T> struct DefaultHash;
template<> struct DefaultHash<blink::KURL> {
typedef blink::KURLHash Hash;
};
« no previous file with comments | « Source/platform/text/TextStream.h ('k') | Source/platform/weborigin/SecurityOriginHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698