summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormaf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-30 00:12:35 +0000
committermaf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-30 00:12:35 +0000
commit606792fc6d2f4937db65dac6e0991fd538a00c60 (patch)
tree114dc48a74e0e98e946e253dd10e228afda01750 /net
parentfcef9e0afacd9dbf4de19651e5da4d9d0ebcae27 (diff)
downloadchromium_src-606792fc6d2f4937db65dac6e0991fd538a00c60.zip
chromium_src-606792fc6d2f4937db65dac6e0991fd538a00c60.tar.gz
chromium_src-606792fc6d2f4937db65dac6e0991fd538a00c60.tar.bz2
Revert 83631 - linux: successfully build net_unittests in components build
Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6902183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/proxy/proxy_config_service_linux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h
index e59d3c8..2f1ad0c 100644
--- a/net/proxy/proxy_config_service_linux.h
+++ b/net/proxy/proxy_config_service_linux.h
@@ -9,7 +9,6 @@
#include <string>
#include <vector>
-#include "base/base_api.h"
#include "base/basictypes.h"
#include "base/environment.h"
#include "base/memory/ref_counted.h"
@@ -24,7 +23,7 @@ namespace net {
// Implementation of ProxyConfigService that retrieves the system proxy
// settings from environment variables or gconf.
-class BASE_API ProxyConfigServiceLinux : public ProxyConfigService {
+class ProxyConfigServiceLinux : public ProxyConfigService {
public:
// Forward declaration of Delegate.