Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/LinkedHashSet.h |
| diff --git a/third_party/WebKit/Source/wtf/LinkedHashSet.h b/third_party/WebKit/Source/wtf/LinkedHashSet.h |
| index 9e20239750b15e3392cffe5a089c493493d07b25..b35a36211d4be13cecf000c13eaae776a6c20b60 100644 |
| --- a/third_party/WebKit/Source/wtf/LinkedHashSet.h |
| +++ b/third_party/WebKit/Source/wtf/LinkedHashSet.h |
| @@ -738,7 +738,7 @@ struct NeedsTracing<LinkedHashSet<T, U, V>> { |
| }; |
| #endif |
| -} |
| +} // namespace WTF |
| using WTF::LinkedHashSet; |