summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-15 20:42:29 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-15 20:42:29 +0000
commit5dadf84c9e01eb46f40c1bcf633144caabfebac4 (patch)
treed62bc74abe14797b61797e1e45f07ac2f2a70aa2
parent41baad01b030d292c2e7ac3c65b382bdf0cb9cd2 (diff)
downloadchromium_src-5dadf84c9e01eb46f40c1bcf633144caabfebac4.zip
chromium_src-5dadf84c9e01eb46f40c1bcf633144caabfebac4.tar.gz
chromium_src-5dadf84c9e01eb46f40c1bcf633144caabfebac4.tar.bz2
cros: build fix
BUG=none TEST=none TBR=dpolukhin Review URL: http://codereview.chromium.org/7026003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85423 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/chromeos/proxy_config_service_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.cc b/chrome/browser/chromeos/proxy_config_service_impl.cc
index 866f5dc..9e6e90b 100644
--- a/chrome/browser/chromeos/proxy_config_service_impl.cc
+++ b/chrome/browser/chromeos/proxy_config_service_impl.cc
@@ -109,9 +109,9 @@ bool ProxyConfigServiceImpl::ProxyConfig::Setting::CanBeWrittenByUser(
//----------- ProxyConfigServiceImpl::ProxyConfig: public methods --------------
-ProxyConfig::ProxyConfig() : mode(MODE_DIRECT) {}
+ProxyConfigServiceImpl::ProxyConfig::ProxyConfig() : mode(MODE_DIRECT) {}
-ProxyConfig::~ProxyConfig() {}
+ProxyConfigServiceImpl::ProxyConfig::~ProxyConfig() {}
void ProxyConfigServiceImpl::ProxyConfig::ToNetProxyConfig(
net::ProxyConfig* net_config) {