Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h

Issue 2172613002: Renderer-side changes for NoState Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix style Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
diff --git a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
index 4d80cf949fbd7c902abc80b54981df873097e84a..a05dc0aa9937244e1bdce8dae415e127a3711411 100644
--- a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
@@ -26,13 +26,14 @@
#ifndef DecodedDataDocumentParser_h
#define DecodedDataDocumentParser_h
+#include "core/CoreExport.h"
#include "core/dom/DocumentParser.h"
#include <memory>
namespace blink {
class TextResourceDecoder;
-class DecodedDataDocumentParser : public DocumentParser {
+class CORE_EXPORT DecodedDataDocumentParser : public DocumentParser {
public:
// Only used by the XMLDocumentParser to communicate back to
// XMLHttpRequest if the responseXML was well formed.
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698