Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
index f8c49c2423fa7831a3d8f5d1a4cd2535f279ac80..7eafa3dfbbb2885aacf2e8da483dd085bd6f3f20 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
@@ -4,6 +4,7 @@ |
#include "platform/graphics/CompositorMutableState.h" |
+#include <memory> |
#include "base/message_loop/message_loop.h" |
#include "cc/test/fake_compositor_frame_sink.h" |
#include "cc/test/fake_impl_task_runner_provider.h" |
@@ -17,7 +18,6 @@ |
#include "platform/graphics/CompositorMutableStateProvider.h" |
#include "platform/graphics/CompositorMutation.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |