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

Unified Diff: content/renderer/v8_value_converter_browsertest.cc

Issue 7634018: base: Rename ValueType to something less redundant as _just_ Type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months 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 | « chrome/common/json_schema_validator_unittest_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/v8_value_converter_browsertest.cc
diff --git a/content/renderer/v8_value_converter_browsertest.cc b/content/renderer/v8_value_converter_browsertest.cc
index 73edf47ccbe61d9bf7791cdcfefb5d88112cb9b9..7eed5f4d9efa25a9b56c19ab0e5a8c606ab313b4 100644
--- a/content/renderer/v8_value_converter_browsertest.cc
+++ b/content/renderer/v8_value_converter_browsertest.cc
@@ -99,7 +99,7 @@ class V8ValueConverterTest : public testing::Test {
void TestWeirdType(const V8ValueConverter& converter,
v8::Handle<v8::Value> val,
- Value::ValueType expected_type,
+ base::Value::Type expected_type,
Value* expected_value) {
scoped_ptr<Value> raw(converter.FromV8Value(val, context_));
ASSERT_TRUE(raw.get());
« no previous file with comments | « chrome/common/json_schema_validator_unittest_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698