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

Unified Diff: content/browser/net/url_request_failed_dns_job.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 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
Index: content/browser/net/url_request_failed_dns_job.h
diff --git a/content/browser/net/url_request_failed_dns_job.h b/content/browser/net/url_request_failed_dns_job.h
index 55d1bacceebd18a524c971ff768c70173275c706..d9113361d1708e803abe1c14863eb4e891873e41 100644
--- a/content/browser/net/url_request_failed_dns_job.h
+++ b/content/browser/net/url_request_failed_dns_job.h
@@ -8,6 +8,7 @@
#pragma once
#include "base/task.h"
+#include "content/common/content_export.h"
#include "net/url_request/url_request_job.h"
class URLRequestFailedDnsJob : public net::URLRequestJob {
@@ -23,7 +24,7 @@ class URLRequestFailedDnsJob : public net::URLRequestJob {
static const char kTestUrl[];
// Adds the testing URLs to the net::URLRequestFilter.
- static void AddUrlHandler();
+ CONTENT_EXPORT static void AddUrlHandler();
private:
virtual ~URLRequestFailedDnsJob();

Powered by Google App Engine
This is Rietveld 408576698