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

Unified Diff: headless/public/util/expedited_dispatcher.h

Issue 2775693003: Fix missing HEADLESS_EXPORT defines (Closed)
Patch Set: Added extra headless_export Created 3 years, 9 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 | « headless/public/util/dom_tree_extractor.h ('k') | headless/public/util/flat_dom_tree_extractor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/expedited_dispatcher.h
diff --git a/headless/public/util/expedited_dispatcher.h b/headless/public/util/expedited_dispatcher.h
index 61062c4d51d50e929e2bc04062081f36563f7077..80579d2d04aae6d3352f35419ec6f234b580ce8c 100644
--- a/headless/public/util/expedited_dispatcher.h
+++ b/headless/public/util/expedited_dispatcher.h
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/single_thread_task_runner.h"
+#include "headless/public/headless_export.h"
#include "headless/public/util/url_request_dispatcher.h"
#include "net/base/net_errors.h"
@@ -17,7 +18,7 @@ class ManagedDispatchURLRequestJob;
// This class dispatches calls to OnHeadersComplete and OnStartError
// immediately sacrificing determinism for performance.
-class ExpeditedDispatcher : public URLRequestDispatcher {
+class HEADLESS_EXPORT ExpeditedDispatcher : public URLRequestDispatcher {
public:
explicit ExpeditedDispatcher(
scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner);
« no previous file with comments | « headless/public/util/dom_tree_extractor.h ('k') | headless/public/util/flat_dom_tree_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698