| Index: third_party/WebKit/Source/platform/wtf/VectorTraits.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/VectorTraits.h b/third_party/WebKit/Source/platform/wtf/VectorTraits.h
|
| index 117768579e07793947a8348f1f4c5c3e94dab889..5c6e8e82bdff62c2d6e23634eb2711edf3fe5d07 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/VectorTraits.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/VectorTraits.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef WTF_VectorTraits_h
|
| #define WTF_VectorTraits_h
|
|
|
| -#include "platform/wtf/RefPtr.h"
|
| -#include "platform/wtf/TypeTraits.h"
|
| #include <memory>
|
| #include <type_traits>
|
| #include <utility>
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
|
|
| namespace WTF {
|
|
|
|
|