Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/text/AtomicStringHash.h |
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringHash.h b/third_party/WebKit/Source/wtf/text/AtomicStringHash.h |
| index 6131edeb565b6bbce0ea57b99e16fc57b0e37f56..3e7005db6cf110f73f52d16c70c6879e548854b0 100644 |
| --- a/third_party/WebKit/Source/wtf/text/AtomicStringHash.h |
| +++ b/third_party/WebKit/Source/wtf/text/AtomicStringHash.h |
| @@ -61,7 +61,7 @@ template<> struct HashTraits<AtomicString> : SimpleClassHashTraits<AtomicString> |
| static bool isEmptyValue(const AtomicString& value) { return value.isNull(); } |
| }; |
| -} |
| +} // namespace WTF |
| using WTF::AtomicStringHash; |