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

Unified Diff: cc/test/layer_tree_test_common.cc

Issue 11312181: cc: Remove the remaining using-directives of namespace cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « cc/test/animation_test_common.cc ('k') | cc/test/tiled_layer_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test_common.cc
diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc
index 3fe084f1b1441f1012603c7846854ac4319252c7..1c2664729eddd4a9f199d90c61001fde82fba057 100644
--- a/cc/test/layer_tree_test_common.cc
+++ b/cc/test/layer_tree_test_common.cc
@@ -27,7 +27,14 @@
#include <public/WebFilterOperation.h>
#include <public/WebFilterOperations.h>
-using namespace cc;
+using cc::InputHandler;
+using cc::Layer;
+using cc::LayerTreeHostImplClient;
+using cc::LayerTreeSettings;
+using cc::Proxy;
+using cc::ScopedThreadProxy;
+using cc::Settings;
+
using namespace WebKit;
namespace WebKitTests {
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/test/tiled_layer_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698