| 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 f4cab42eaa3f5c5c49a0739ce219a5add123a87a..d1559700d779645d1ca86041067b5486dac00cb9 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| @@ -40,7 +40,6 @@
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -59,7 +58,7 @@ protected:
|
| void setHtmlInnerHTML(const char*);
|
|
|
| private:
|
| - std::unique_ptr<DummyPageHolder> m_dummyPageHolder;
|
| + OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| };
|
|
|
| void DocumentTest::SetUp()
|
|
|