| Index: third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentTest.cpp b/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| index d9e2f2fa11a05e89f2ccce87903289a10a8db15c..ba1860a244ace40be6d67cbbf32938e3fcce5bb3 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "core/dom/Document.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/NodeWithIndex.h"
|
| #include "core/dom/SynchronousMutationObserver.h"
|
| #include "core/dom/Text.h"
|
| @@ -43,7 +44,6 @@
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|