| Index: third_party/WebKit/Source/wtf/ConditionalDestructor.h
|
| diff --git a/third_party/WebKit/Source/wtf/ConditionalDestructor.h b/third_party/WebKit/Source/wtf/ConditionalDestructor.h
|
| index fc6410dad322f549b2cb7aeb271b9fddc8102afe..4334e741974abb2b72a2f0c189872a0ae3b8370f 100644
|
| --- a/third_party/WebKit/Source/wtf/ConditionalDestructor.h
|
| +++ b/third_party/WebKit/Source/wtf/ConditionalDestructor.h
|
| @@ -23,6 +23,6 @@ public:
|
| template<typename Derived>
|
| class ConditionalDestructor<Derived, true> { };
|
|
|
| -}
|
| +} // namespace WTF
|
|
|
| #endif // ConditionalDestructor_h
|
|
|