summaryrefslogtreecommitdiffstats
path: root/cc/trees/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/proxy.h')
-rw-r--r--cc/trees/proxy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 4e6171c..aaab780 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -5,8 +5,6 @@
#ifndef CC_TREES_PROXY_H_
#define CC_TREES_PROXY_H_
-#include <string>
-
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
@@ -100,7 +98,6 @@ class CC_EXPORT Proxy {
// Testing hooks
virtual bool CommitPendingForTesting() = 0;
- virtual std::string SchedulerStateAsStringForTesting();
protected:
explicit Proxy(scoped_ptr<Thread> impl_thread);