Index: cc/test/CCSchedulerTestCommon.h |
diff --git a/cc/test/CCSchedulerTestCommon.h b/cc/test/CCSchedulerTestCommon.h |
index cb7851032e86e325e2aa9c70439f02e557eef0ce..e7bdce7113448889009f07db2843fb764a9a61ee 100644 |
--- a/cc/test/CCSchedulerTestCommon.h |
+++ b/cc/test/CCSchedulerTestCommon.h |
@@ -8,6 +8,7 @@ |
#include "CCDelayBasedTimeSource.h" |
#include "CCFrameRateController.h" |
#include "CCThread.h" |
+#include "base/threading/platform_thread.h" |
#include <gtest/gtest.h> |
#include <wtf/OwnPtr.h> |
@@ -64,7 +65,7 @@ public: |
m_pendingTask = task; |
m_pendingTaskDelay = delay; |
} |
- virtual WTF::ThreadIdentifier threadID() const { return 0; } |
+ virtual base::PlatformThreadId threadID() const { return 0; } |
protected: |
OwnPtr<Task> m_pendingTask; |