Index: content/common/gpu/client/gl_helper_unittests.cc |
diff --git a/content/common/gpu/client/gl_helper_unittests.cc b/content/common/gpu/client/gl_helper_unittests.cc |
index 548faecc02c965db9890ab126eb8245dd7fec3b4..2ec61acad9c6b21dd37b1d4048ebf5b1e613e448 100644 |
--- a/content/common/gpu/client/gl_helper_unittests.cc |
+++ b/content/common/gpu/client/gl_helper_unittests.cc |
@@ -113,8 +113,8 @@ class GLHelperTest : public testing::Test { |
run_loop.Run(); |
json_data.append("]"); |
- scoped_ptr<Value> trace_data(base::JSONReader::Read(json_data)); |
- ListValue* list; |
+ scoped_ptr<base::Value> trace_data(base::JSONReader::Read(json_data)); |
+ base::ListValue* list; |
CHECK(trace_data->GetAsList(&list)); |
for (size_t i = 0; i < list->GetSize(); i++) { |
base::Value *item = NULL; |