| Index: cc/scoped_thread_proxy.cc
|
| diff --git a/cc/scoped_thread_proxy.cc b/cc/scoped_thread_proxy.cc
|
| index c2f1b13ee14bb773b20c8ca1f2f00aa68c58e37f..f3f04d4c9a6c624d20a5c19c0ca4784f5d7cfd12 100644
|
| --- a/cc/scoped_thread_proxy.cc
|
| +++ b/cc/scoped_thread_proxy.cc
|
| @@ -8,13 +8,13 @@
|
|
|
| namespace cc {
|
|
|
| -CCScopedThreadProxy::CCScopedThreadProxy(CCThread* targetThread)
|
| +ScopedThreadProxy::ScopedThreadProxy(Thread* targetThread)
|
| : m_targetThread(targetThread)
|
| , m_shutdown(false)
|
| {
|
| }
|
|
|
| -CCScopedThreadProxy::~CCScopedThreadProxy()
|
| +ScopedThreadProxy::~ScopedThreadProxy()
|
| {
|
| }
|
|
|
|
|