| 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();
|
|
|