Index: cc/CCScopedTexture.h |
diff --git a/cc/CCScopedTexture.h b/cc/CCScopedTexture.h |
index c82b8bc8e3ba36db821fd1da5a6b8ae08eaa8c3e..866c050c6abc3ff2eca84ea5455d71ce93e0bf2c 100644 |
--- a/cc/CCScopedTexture.h |
+++ b/cc/CCScopedTexture.h |
@@ -8,7 +8,7 @@ |
#include "CCTexture.h" |
#if !ASSERT_DISABLED |
-#include <wtf/MainThread.h> |
+#include "base/threading/platform_thread.h" |
#endif |
namespace WebCore { |
@@ -35,7 +35,7 @@ private: |
CCResourceProvider* m_resourceProvider; |
#if !ASSERT_DISABLED |
- ThreadIdentifier m_allocateThreadIdentifier; |
+ base::PlatformThreadId m_allocateThreadIdentifier; |
#endif |
}; |