| Index: third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| index 0753de70274f485b73fc2f9dd2c27ddcf433b278..626129c8fd5a30108d328c91957c772c003a37da 100644
|
| --- a/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "platform/testing/FontTestHelpers.h"
|
|
|
| +#include <memory>
|
| #include "platform/fonts/Font.h"
|
| #include "platform/fonts/FontCustomPlatformData.h"
|
| #include "platform/fonts/FontDescription.h"
|
| @@ -11,7 +12,6 @@
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
| namespace testing {
|
|
|