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

Unified Diff: webkit/compositor_bindings/LayerChromiumTest.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.cpp ('k') | webkit/compositor_bindings/TextureCopierTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/LayerChromiumTest.cpp
diff --git a/webkit/compositor_bindings/LayerChromiumTest.cpp b/webkit/compositor_bindings/LayerChromiumTest.cpp
index eb3476b66773009fc75a8b49d65481aa10b2cd8e..1a4ddbfa4c6c5f7a515622e1d67d00dbd986aeb2 100644
--- a/webkit/compositor_bindings/LayerChromiumTest.cpp
+++ b/webkit/compositor_bindings/LayerChromiumTest.cpp
@@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include <public/WebTransformationMatrix.h>
-using namespace WebCore;
+using namespace cc;
using namespace WebKitTests;
using WebKit::WebTransformationMatrix;
using ::testing::Mock;
« no previous file with comments | « webkit/compositor_bindings/CCThreadImpl.cpp ('k') | webkit/compositor_bindings/TextureCopierTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698