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