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

Unified Diff: Source/platform/weborigin/SecurityOriginHash.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/weborigin/KURL.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/SecurityOriginHash.h
diff --git a/Source/platform/weborigin/SecurityOriginHash.h b/Source/platform/weborigin/SecurityOriginHash.h
index a41acdd38840a28b4ee2f609779fadf1cc6be0d7..2e20078ba7867ad6734f28e91e8c055f75da02bb 100644
--- a/Source/platform/weborigin/SecurityOriginHash.h
+++ b/Source/platform/weborigin/SecurityOriginHash.h
@@ -89,8 +89,6 @@ struct SecurityOriginHash {
namespace WTF {
-template<typename> struct DefaultHash;
-
template<> struct DefaultHash<RefPtr<blink::SecurityOrigin> > {
typedef blink::SecurityOriginHash Hash;
};
« no previous file with comments | « Source/platform/weborigin/KURL.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698