Chromium Code Reviews| 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; |