| Index: third_party/WebKit/Source/core/dom/StyleElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleElementTest.cpp b/third_party/WebKit/Source/core/dom/StyleElementTest.cpp
|
| index 210d96c5a4ba28b8f1f9e01a334b47130221186e..a08539cac75016478b1e923199f4cd52c8989f65 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleElementTest.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "core/dom/StyleElement.h"
|
|
|
| +#include <memory>
|
| #include "core/css/StyleSheetContents.h"
|
| #include "core/dom/Comment.h"
|
| #include "core/html/HTMLStyleElement.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|