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

Unified Diff: Source/platform/Cookie.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/platform/ContentDecryptionModuleResult.h ('k') | Source/platform/Crypto.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 c15cbddb364c0eee00c346212d8743001b6f3936..aef4ef0601d82487e3aa45ea08a9cd08f71e6135 100644
--- a/Source/platform/Cookie.h
+++ b/Source/platform/Cookie.h
@@ -72,7 +72,7 @@ struct CookieHash {
return a.name == b.name && a.domain == b.domain && a.path == b.path && a.secure == b.secure;
}
};
-}
+} // namespace blink
namespace WTF {
template<typename T> struct DefaultHash;
« no previous file with comments | « Source/platform/ContentDecryptionModuleResult.h ('k') | Source/platform/Crypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698