diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 23:20:59 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 23:20:59 +0000 |
commit | d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071 (patch) | |
tree | f16c2ed64a9e3a3cb38d1eaf26f8c2efc047d38d /net/url_request/url_request_simple_job.h | |
parent | 3b317914486afcbbc91964d87f1ccea95ce2c12c (diff) | |
download | chromium_src-d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071.zip chromium_src-d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071.tar.gz chromium_src-d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071.tar.bz2 |
net: Add NET_API to more code, this time what's used by chrome.dll
BUG=76997
TEST=none
Review URL: http://codereview.chromium.org/7082026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request/url_request_simple_job.h')
-rw-r--r-- | net/url_request/url_request_simple_job.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/url_request/url_request_simple_job.h b/net/url_request/url_request_simple_job.h index 8ba9104..be574d6 100644 --- a/net/url_request/url_request_simple_job.h +++ b/net/url_request/url_request_simple_job.h @@ -9,13 +9,14 @@ #include <string> #include "base/task.h" +#include "net/base/net_api.h" #include "net/url_request/url_request_job.h" namespace net { class URLRequest; -class URLRequestSimpleJob : public URLRequestJob { +class NET_API URLRequestSimpleJob : public URLRequestJob { public: explicit URLRequestSimpleJob(URLRequest* request); |