diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 17:54:14 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 17:54:14 +0000 |
commit | 68a008e82da08b0bf7d421049f0a292b99b88048 (patch) | |
tree | c8877946ba313e24f2de3903f48994c0d1d29d70 /net/proxy | |
parent | 4d223f42c722674ae0a5f56cf9ac277fa9f52b9c (diff) | |
download | chromium_src-68a008e82da08b0bf7d421049f0a292b99b88048.zip chromium_src-68a008e82da08b0bf7d421049f0a292b99b88048.tar.gz chromium_src-68a008e82da08b0bf7d421049f0a292b99b88048.tar.bz2 |
linux: components build
Reapply r83630, r83629, r83583, and fix the one compile error.
TBR=rvargas
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy')
-rw-r--r-- | net/proxy/proxy_config_service_linux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h index 2f1ad0c..e59d3c8 100644 --- a/net/proxy/proxy_config_service_linux.h +++ b/net/proxy/proxy_config_service_linux.h @@ -9,6 +9,7 @@ #include <string> #include <vector> +#include "base/base_api.h" #include "base/basictypes.h" #include "base/environment.h" #include "base/memory/ref_counted.h" @@ -23,7 +24,7 @@ namespace net { // Implementation of ProxyConfigService that retrieves the system proxy // settings from environment variables or gconf. -class ProxyConfigServiceLinux : public ProxyConfigService { +class BASE_API ProxyConfigServiceLinux : public ProxyConfigService { public: // Forward declaration of Delegate. |