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

Unified Diff: webkit/compositor_bindings/TextureLayerChromiumTest.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
Index: webkit/compositor_bindings/TextureLayerChromiumTest.cpp
diff --git a/webkit/compositor_bindings/TextureLayerChromiumTest.cpp b/webkit/compositor_bindings/TextureLayerChromiumTest.cpp
index 947872dda38f3ab62ca6c88e19b532ce2a0fff98..0651fd986281b3d7a0042a6e250f9090e39c3aea 100644
--- a/webkit/compositor_bindings/TextureLayerChromiumTest.cpp
+++ b/webkit/compositor_bindings/TextureLayerChromiumTest.cpp
@@ -12,7 +12,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
-using namespace WebCore;
+using namespace cc;
using ::testing::Mock;
using ::testing::_;
using ::testing::AtLeast;
« no previous file with comments | « webkit/compositor_bindings/TextureCopierTest.cpp ('k') | webkit/compositor_bindings/ThrottledTextureUploaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698