Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index facf8313217ff4590b47562c7fa8d1108703efd4..7d0ad479557927b16139cfbcf71ee1fd07db3043 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -36,9 +36,7 @@ bool FakeProxy::SupportsImplScrolling() const { return false; } |
bool FakeProxy::CommitPendingForTesting() { return false; } |
-scoped_ptr<base::Value> FakeProxy::AsValue() const { |
- scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); |
- return state.PassAs<base::Value>(); |
+void FakeProxy::AsValueInto(base::debug::TracedValue*) const { |
} |
} // namespace cc |