Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
index 6f6a6b98fe8b7839d2f545c834779a99d6b5e3da..a70eba2cee772d2acd128f66f620d97ff06293d4 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
@@ -30,6 +30,7 @@ |
#include "platform/graphics/gpu/DrawingBuffer.h" |
+#include <memory> |
#include "cc/resources/single_release_callback.h" |
#include "cc/resources/texture_mailbox.h" |
#include "cc/test/test_gpu_memory_buffer_manager.h" |
@@ -44,7 +45,6 @@ |
#include "third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
using testing::Test; |
using testing::_; |