Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1824)

Unified Diff: chrome/browser/policy/device_management_policy_cache.cc

Issue 5118003: Update dm proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/policy/proto
Patch Set: s/VALUE_TYPE_INT64_ARRAY_/VALUE_TYPE_INT64_ARRAY/ Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/policy/device_management_policy_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_management_policy_cache.cc
diff --git a/chrome/browser/policy/device_management_policy_cache.cc b/chrome/browser/policy/device_management_policy_cache.cc
index 581d998495a8d9f8485711535ae7b02e7d6d52c7..d9ed7a64f5f13860858ce016b21c37cfeb333ee9 100644
--- a/chrome/browser/policy/device_management_policy_cache.cc
+++ b/chrome/browser/policy/device_management_policy_cache.cc
@@ -178,7 +178,7 @@ Value* DeviceManagementPolicyCache::DecodeValue(const em::GenericValue& value) {
list->Append(Value::CreateBooleanValue(*i));
return list;
}
- case em::GenericValue::VALUE_TYPE_INT64_ARRAY_: {
+ case em::GenericValue::VALUE_TYPE_INT64_ARRAY: {
ListValue* list = new ListValue;
RepeatedField<google::protobuf::int64>::const_iterator i;
for (i = value.int64_array().begin();
« no previous file with comments | « no previous file | chrome/browser/policy/device_management_policy_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698