| 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 84e06321ab05d0c1de3cd4116195c7b277a67a0b..71530e96915c353b25cb790e1ad7b88fe3503eb6 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| @@ -350,10 +350,11 @@ class ProxyConfigServiceImplTest : public testing::Test {
|
| NetworkHandler::Get()->network_state_handler();
|
| const NetworkState* network = network_state_handler->DefaultNetwork();
|
| ASSERT_TRUE(network);
|
| - DBusThreadManager::Get()->GetShillServiceClient()->GetTestInterface()->
|
| - SetServiceProperty(network->path(),
|
| - shill::kProxyConfigProperty,
|
| - base::StringValue(proxy_config));
|
| + DBusThreadManager::Get()
|
| + ->GetShillServiceClient()
|
| + ->GetTestInterface()
|
| + ->SetServiceProperty(network->path(), shill::kProxyConfigProperty,
|
| + base::Value(proxy_config));
|
| }
|
|
|
| // Synchronously gets the latest proxy config.
|
|
|