Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 5c72571d47dbf3e10f6405456ee464d97820906e..7ab4a891a9dd87c6deed5eb7c107f3d10fec8fd7 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -101,7 +101,7 @@ class CC_EXPORT Proxy { |
// Testing hooks |
virtual bool CommitPendingForTesting() = 0; |
- virtual scoped_ptr<base::Value> SchedulerStateAsValueForTesting(); |
+ virtual scoped_ptr<base::Value> SchedulerAsValueForTesting(); |
protected: |
explicit Proxy( |