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

Unified Diff: chrome/browser/policy/device_management_policy_cache_unittest.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
Index: chrome/browser/policy/device_management_policy_cache_unittest.cc
diff --git a/chrome/browser/policy/device_management_policy_cache_unittest.cc b/chrome/browser/policy/device_management_policy_cache_unittest.cc
index d7df69f3d139555a7a66dd40a86099f92e8f7d9b..6654d38ce5e957a0ab45252de46b594045372f99 100644
--- a/chrome/browser/policy/device_management_policy_cache_unittest.cc
+++ b/chrome/browser/policy/device_management_policy_cache_unittest.cc
@@ -275,7 +275,7 @@ TEST_F(DeviceManagementPolicyCacheDecodeTest, BoolArray) {
}
TEST_F(DeviceManagementPolicyCacheDecodeTest, Int64Array) {
- value_.set_value_type(em::GenericValue::VALUE_TYPE_INT64_ARRAY_);
+ value_.set_value_type(em::GenericValue::VALUE_TYPE_INT64_ARRAY);
value_.add_int64_array(42);
value_.add_int64_array(17);
ListValue* list = new ListValue;
« no previous file with comments | « chrome/browser/policy/device_management_policy_cache.cc ('k') | chrome/browser/policy/proto/device_management_backend.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698