| Index: third_party/WebKit/Source/wtf/RetainPtr.h
|
| diff --git a/third_party/WebKit/Source/wtf/RetainPtr.h b/third_party/WebKit/Source/wtf/RetainPtr.h
|
| index dbf631741fa2abe9b5cd1eedaf2e4bc295e85a5e..282d910362422c466ea15099ffef99cd0054dbf1 100644
|
| --- a/third_party/WebKit/Source/wtf/RetainPtr.h
|
| +++ b/third_party/WebKit/Source/wtf/RetainPtr.h
|
| @@ -21,13 +21,13 @@
|
| #ifndef RetainPtr_h
|
| #define RetainPtr_h
|
|
|
| +#include <algorithm>
|
| +#include <type_traits>
|
| +#include <utility>
|
| #include "wtf/Compiler.h"
|
| #include "wtf/HashTableDeletedValueType.h"
|
| #include "wtf/HashTraits.h"
|
| #include "wtf/TypeTraits.h"
|
| -#include <algorithm>
|
| -#include <type_traits>
|
| -#include <utility>
|
|
|
| #if USE(CF)
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|