Chromium Code Reviews| Index: cc/trees/proxy.cc |
| diff --git a/cc/trees/proxy.cc b/cc/trees/proxy.cc |
| index d9477cb469fe5017f6604788e9839b549ad06b74..66967a645c230e9a475978a793db8cb664b66cc5 100644 |
| --- a/cc/trees/proxy.cc |
| +++ b/cc/trees/proxy.cc |
| @@ -77,7 +77,7 @@ Proxy::~Proxy() { |
| DCHECK(IsMainThread()); |
| } |
| -scoped_ptr<base::Value> Proxy::SchedulerStateAsValueForTesting() { |
| +scoped_ptr<base::Value> Proxy::SchedulerAsValueForTesting() { |
| return make_scoped_ptr(base::Value::CreateNullValue()); |
| } |