| Index: third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| index 8932a64b2ee84390d2c1a770b93dd66487357246..7d5dd94e23512be31ae3d1004246716906be3c04 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef ContiguousContainer_h
|
| #define ContiguousContainer_h
|
|
|
| +#include <cstddef>
|
| +#include <iterator>
|
| +#include <memory>
|
| +#include <utility>
|
| #include "base/compiler_specific.h"
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Alignment.h"
|
| @@ -13,10 +17,6 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/TypeTraits.h"
|
| #include "wtf/Vector.h"
|
| -#include <cstddef>
|
| -#include <iterator>
|
| -#include <memory>
|
| -#include <utility>
|
|
|
| namespace blink {
|
|
|
|
|