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

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

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 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 852371f97c3e9541fe291ac643b22017d026e176..da1042ea02a2e1caa09b94ff32d56184d1f2a66e 100644
--- a/content/browser/net/url_request_failed_dns_job.h
+++ b/content/browser/net/url_request_failed_dns_job.h
@@ -21,7 +21,7 @@ class URLRequestFailedDnsJob : public net::URLRequestJob {
const std::string& scheme);
// A test URL that can be used in UI tests.
- static const char kTestUrl[];
+ CONTENT_EXPORT static const char kTestUrl[];
// Adds the testing URLs to the net::URLRequestFilter.
CONTENT_EXPORT static void AddUrlHandler();

Powered by Google App Engine
This is Rietveld 408576698