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

Unified Diff: Source/platform/Cookie.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 | « no previous file | Source/platform/PlatformTouchPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Cookie.h
diff --git a/Source/platform/Cookie.h b/Source/platform/Cookie.h
index aef4ef0601d82487e3aa45ea08a9cd08f71e6135..9afb8132bcbbab1c02605409012a31f7c5f6cb7b 100644
--- a/Source/platform/Cookie.h
+++ b/Source/platform/Cookie.h
@@ -75,7 +75,6 @@ struct CookieHash {
} // namespace blink
namespace WTF {
-template<typename T> struct DefaultHash;
template<> struct DefaultHash<blink::Cookie> {
typedef blink::CookieHash Hash;
};
« no previous file with comments | « no previous file | Source/platform/PlatformTouchPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698