| Index: third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| index bac36aaff6b3012d0fc0a58f5c0bdcc50f10938e..95eb27ae8c4207bc84d2ed061a28c937bdf2a9c2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| @@ -25,7 +25,6 @@
|
| #ifndef HTMLViewSourceDocument_h
|
| #define HTMLViewSourceDocument_h
|
|
|
| -#include "core/CoreExport.h"
|
| #include "core/html/HTMLDocument.h"
|
|
|
| namespace blink {
|
| @@ -34,7 +33,7 @@
|
| class HTMLTableSectionElement;
|
| class HTMLToken;
|
|
|
| -class CORE_EXPORT HTMLViewSourceDocument final : public HTMLDocument {
|
| +class HTMLViewSourceDocument final : public HTMLDocument {
|
| public:
|
| enum SourceAnnotation { AnnotateSourceAsSafe, AnnotateSourceAsXSS };
|
|
|
|
|