| Index: third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
|
| index dc629dcec50d5ab533a865e288537927ce362703..ff775f35c89efa1dd5d7e23fa7a3f869f6d0228f 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
|
| @@ -7,10 +7,10 @@
|
| #include "core/html/ImageData.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/Functional.h"
|
| #include "public/platform/Platform.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Functional.h"
|
|
|
| namespace blink {
|
|
|
|
|