| 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..f3b050c3225d73221f563719c521a0cc8f3b1025 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClientTest.cpp
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "platform/graphics/CompositorMutatorClient.h"
|
|
|
| +#include <memory>
|
| #include "base/callback.h"
|
| #include "platform/graphics/CompositorMutation.h"
|
| #include "platform/graphics/CompositorMutationsTarget.h"
|
| #include "platform/graphics/CompositorMutator.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| using ::testing::_;
|
|
|
|
|