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

Unified Diff: Source/core/html/parser/ResourcePreloader.h

Issue 1119883003: Componentization: make HTMLPreloadScanner, HTMLParserOptions, and ResourcePreloader visible for HTM… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/core/html/parser/HTMLPreloadScanner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/ResourcePreloader.h
diff --git a/Source/core/html/parser/ResourcePreloader.h b/Source/core/html/parser/ResourcePreloader.h
index a633bec4ae853d739bca025acbd2d4d86974c4f2..d27c0e12b8c06011f2f43ed1f0864522e862bb6f 100644
--- a/Source/core/html/parser/ResourcePreloader.h
+++ b/Source/core/html/parser/ResourcePreloader.h
@@ -5,11 +5,12 @@
#ifndef ResourcePreloader_h
#define ResourcePreloader_h
+#include "core/CoreExport.h"
#include "core/html/parser/PreloadRequest.h"
namespace blink {
-class ResourcePreloader {
+class CORE_EXPORT ResourcePreloader {
public:
virtual void takeAndPreload(PreloadRequestStream&);
private:
« no previous file with comments | « Source/core/html/parser/HTMLPreloadScanner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698