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

Unified Diff: sync/internal_api/public/change_record_unittest.cc

Issue 116543010: Remove the Value class names from the global namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years 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: sync/internal_api/public/change_record_unittest.cc
diff --git a/sync/internal_api/public/change_record_unittest.cc b/sync/internal_api/public/change_record_unittest.cc
index 201ed655da15aa4aa599e7cf31cc394e83e276aa..3d532d6e002457f4222684099c366d2600944538 100644
--- a/sync/internal_api/public/change_record_unittest.cc
+++ b/sync/internal_api/public/change_record_unittest.cc
@@ -58,7 +58,7 @@ void CheckChangeRecordValue(
const base::Value* extra_value = NULL;
EXPECT_EQ(record.extra.get() != NULL,
value.Get("extra", &extra_value));
- EXPECT_TRUE(Value::Equals(extra_value, expected_extra_value.get()));
+ EXPECT_TRUE(base::Value::Equals(extra_value, expected_extra_value.get()));
scoped_ptr<base::DictionaryValue> expected_specifics_value(
EntitySpecificsToValue(record.specifics));
« no previous file with comments | « extensions/browser/event_router_unittest.cc ('k') | tools/json_schema_compiler/test/additional_properties_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698