summaryrefslogtreecommitdiffstats
path: root/net/proxy
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 23:55:25 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 23:55:25 +0000
commit2b92bd5a27606e41358eb7e4e08290b981161d70 (patch)
treec26b0ada88d467dd78d20cc9585312039b1b43e0 /net/proxy
parent70da41462b30ad99d53be6c38fc42ed7235d1b96 (diff)
downloadchromium_src-2b92bd5a27606e41358eb7e4e08290b981161d70.zip
chromium_src-2b92bd5a27606e41358eb7e4e08290b981161d70.tar.gz
chromium_src-2b92bd5a27606e41358eb7e4e08290b981161d70.tar.bz2
linux: successfully build net_unittests in components build
Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/proxy_config_service_linux.h3
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.