| Index: third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp b/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| index abc818307edb316a92c51193edb38ce4667dcb37..9b77218afc17bdaf5dec8e4643ec596f527786a1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "platform/graphics/ContiguousContainer.h"
|
|
|
| +#include "platform/wtf/TypeTraits.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/TypeTraits.h"
|
|
|
| namespace blink {
|
| namespace {
|
|
|