Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1577)

Unified Diff: webkit/compositor_bindings/CCThreadImpl.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/compositor_bindings/CCThreadImpl.h ('k') | webkit/compositor_bindings/LayerChromiumTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « webkit/compositor_bindings/CCThreadImpl.h ('k') | webkit/compositor_bindings/LayerChromiumTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698