Index: chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
diff --git a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
index a058e195997a861069543219818ec5884c77ba10..060f00baad920420f3d25206caeb37683dbf9b8c 100644 |
--- a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
+++ b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
@@ -304,7 +304,7 @@ class ProxyConfigServiceImplTest : public testing::Test { |
DBusThreadManager::Get()->GetShillServiceClient()->GetTestInterface()-> |
SetServiceProperty(network->path(), |
shill::kProxyConfigProperty, |
- StringValue(proxy_config)); |
+ base::StringValue(proxy_config)); |
} |
// Synchronously gets the latest proxy config. |