diff options
Diffstat (limited to 'chromeos/network/policy_applicator.cc')
-rw-r--r-- | chromeos/network/policy_applicator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/network/policy_applicator.cc b/chromeos/network/policy_applicator.cc index 33fa703..bc2315d 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; } |