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

Unified Diff: headless/public/util/url_request_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/url_fetcher.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/url_request_dispatcher.h
diff --git a/headless/public/util/url_request_dispatcher.h b/headless/public/util/url_request_dispatcher.h
index 3029dd5c2b8021ca0749d538ba65dc40ea1f835f..8525bff5a4446d0443207f652e74d69d5ce29d78 100644
--- a/headless/public/util/url_request_dispatcher.h
+++ b/headless/public/util/url_request_dispatcher.h
@@ -6,6 +6,7 @@
#define HEADLESS_PUBLIC_UTIL_URL_REQUEST_DISPATCHER_H_
#include "base/macros.h"
+#include "headless/public/headless_export.h"
#include "net/base/net_errors.h"
namespace headless {
@@ -15,7 +16,7 @@ class NavigationRequest;
// Interface to abstract and potentially reorder (for determinism) calls to
// ManagedDispatchUrlRequestJob::OnHeadersComplete and
// ManagedDispatchUrlRequestJob::NotifyStartError.
-class URLRequestDispatcher {
+class HEADLESS_EXPORT URLRequestDispatcher {
public:
URLRequestDispatcher() {}
virtual ~URLRequestDispatcher() {}
« no previous file with comments | « headless/public/util/url_fetcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698