Index: sync/protocol/proto_value_conversions_unittest.cc |
diff --git a/sync/protocol/proto_value_conversions_unittest.cc b/sync/protocol/proto_value_conversions_unittest.cc |
index 4bd5f076638ab4ae755cb5cf5ce847f102f06c4e..89a99e36c45566679fff6101cf570639762d1629 100644 |
--- a/sync/protocol/proto_value_conversions_unittest.cc |
+++ b/sync/protocol/proto_value_conversions_unittest.cc |
@@ -192,7 +192,7 @@ namespace { |
// path. |
bool ValueHasSpecifics(const DictionaryValue& value, |
const std::string& path) { |
- ListValue* entities_list = NULL; |
+ const ListValue* entities_list = NULL; |
DictionaryValue* entry_dictionary = NULL; |
DictionaryValue* specifics_dictionary = NULL; |