| Index: third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp
|
| index 2e51228aff69a0a4b13682ea945ae5ebb2d244fb..9d13e26e4c28cfe5225ab2807c186f02fadefcac 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "platform/graphics/CompositorMutatorClient.h"
|
|
|
| +#include <memory>
|
| #include "base/callback.h"
|
| #include "platform/graphics/CompositorMutation.h"
|
| #include "platform/graphics/CompositorMutationsTarget.h"
|
| @@ -11,7 +12,6 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| using ::testing::_;
|
|
|
|
|