Index: chromeos/network/policy_applicator.cc |
diff --git a/chromeos/network/policy_applicator.cc b/chromeos/network/policy_applicator.cc |
index 33fa703283a46591e338bdc94659b948e7c49363..bc2315d21dd09f1f21d5b2792ebbc776a14f4c0b 100644 |
--- a/chromeos/network/policy_applicator.cc |
+++ b/chromeos/network/policy_applicator.cc |
@@ -73,10 +73,10 @@ void PolicyApplicator::GetProfilePropertiesCallback( |
VLOG(2) << "Received properties for profile " << profile_.ToDebugString(); |
const base::ListValue* entries = NULL; |
if (!profile_properties.GetListWithoutPathExpansion( |
- flimflam::kEntriesProperty, &entries)) { |
+ shill::kEntriesProperty, &entries)) { |
LOG(ERROR) << "Profile " << profile_.ToDebugString() |
<< " doesn't contain the property " |
- << flimflam::kEntriesProperty; |
+ << shill::kEntriesProperty; |
return; |
} |