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 95ad341795d5e073184585b32d26b3e8a5a8ab20..ea412aec6529c95c6321d0d0bfcc24fd4ba72c4f 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 { |