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

Unified Diff: Source/platform/Cookie.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/ContextMenuItem.cpp ('k') | Source/platform/CrossThreadCopier.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 0c786d170ee76a39300a8e7b5ebf4d0bc13c6be0..c15cbddb364c0eee00c346212d8743001b6f3936 100644
--- a/Source/platform/Cookie.h
+++ b/Source/platform/Cookie.h
@@ -29,7 +29,7 @@
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
// This struct is currently only used to provide more cookies information
// to the Web Inspector.
@@ -76,8 +76,8 @@ struct CookieHash {
namespace WTF {
template<typename T> struct DefaultHash;
-template<> struct DefaultHash<WebCore::Cookie> {
- typedef WebCore::CookieHash Hash;
+template<> struct DefaultHash<blink::Cookie> {
+ typedef blink::CookieHash Hash;
};
}
« no previous file with comments | « Source/platform/ContextMenuItem.cpp ('k') | Source/platform/CrossThreadCopier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698