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

Unified Diff: cc/heads_up_display_unittest.cc

Issue 11410022: cc: Remove forbidden using namespace directives. (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
Index: cc/heads_up_display_unittest.cc
diff --git a/cc/heads_up_display_unittest.cc b/cc/heads_up_display_unittest.cc
index f93adaefab3b56641430b361d74af8d2b8d7ff1f..81e7b2753dc2cc896a5cda569dc30646ca763e59 100644
--- a/cc/heads_up_display_unittest.cc
+++ b/cc/heads_up_display_unittest.cc
@@ -9,9 +9,9 @@
#include "cc/layer_tree_host.h"
#include "cc/test/layer_tree_test_common.h"
-using namespace cc;
using namespace WebKitTests;
+namespace cc {
namespace {
class HeadsUpDisplayTest : public ThreadedTest {
@@ -110,4 +110,5 @@ TEST_F(HudWithRootLayerChange, runMultiThread)
runTest(true);
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698