| Index: cc/CCScopedThreadProxy.h
|
| diff --git a/cc/CCScopedThreadProxy.h b/cc/CCScopedThreadProxy.h
|
| index 32c5b8ee19a30c097b1dcc41d5649e844ddb3de3..645a2f646c82926ba939eb464ac951c624431ba2 100644
|
| --- a/cc/CCScopedThreadProxy.h
|
| +++ b/cc/CCScopedThreadProxy.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/threading/platform_thread.h"
|
| #include <wtf/ThreadSafeRefCounted.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| // This class is a proxy used to post tasks to an target thread from any other thread. The proxy may be shut down at
|
| // any point from the target thread after which no more tasks posted to the proxy will run. In other words, all
|
|
|