| Index: chrome/browser/policy/network_configuration_updater_unittest.cc | 
| diff --git a/chrome/browser/policy/network_configuration_updater_unittest.cc b/chrome/browser/policy/network_configuration_updater_unittest.cc | 
| index 64c47cd8531cfec788ca09f98b9201ce60817099..c2a51087aeabe7df8f410a690db6b29fd8bb3173 100644 | 
| --- a/chrome/browser/policy/network_configuration_updater_unittest.cc | 
| +++ b/chrome/browser/policy/network_configuration_updater_unittest.cc | 
| @@ -6,6 +6,7 @@ | 
|  | 
| #include "base/memory/scoped_ptr.h" | 
| #include "chrome/browser/chromeos/cros/mock_network_library.h" | 
| +#include "chrome/browser/chromeos/network_settings/onc_utils.h" | 
| #include "chrome/browser/policy/mock_configuration_policy_provider.h" | 
| #include "chrome/browser/policy/policy_map.h" | 
| #include "chrome/browser/policy/policy_service_impl.h" | 
| @@ -23,7 +24,7 @@ namespace policy { | 
|  | 
| static const char kFakeONC[] = "{ \"GUID\": \"1234\" }"; | 
| static const char* kEmptyConfiguration = | 
| -    NetworkConfigurationUpdater::kEmptyConfiguration; | 
| +    chromeos::onc::kEmptyUnencryptedConfiguration; | 
|  | 
| class NetworkConfigurationUpdaterTest | 
| : public testing::TestWithParam<const char*>{ | 
|  |