| Index: webkit/compositor_bindings/CCThreadImpl.cpp
|
| diff --git a/webkit/compositor_bindings/CCThreadImpl.cpp b/webkit/compositor_bindings/CCThreadImpl.cpp
|
| index 6a58525d0146cca6c58c2dcd8592a0da9262d841..4e09658386bee6fb7216efe918c9a94a9f497653 100644
|
| --- a/webkit/compositor_bindings/CCThreadImpl.cpp
|
| +++ b/webkit/compositor_bindings/CCThreadImpl.cpp
|
| @@ -9,8 +9,8 @@
|
| #include <public/Platform.h>
|
| #include <public/WebThread.h>
|
|
|
| -using WebCore::CCThread;
|
| -using WebCore::CCCompletionEvent;
|
| +using cc::CCThread;
|
| +using cc::CCCompletionEvent;
|
|
|
| namespace WebKit {
|
|
|
|
|