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

Unified Diff: cc/thread_task_unittest.cc

Issue 11348002: cc: Remove 'using' namespace directive of WTF from thread_task_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/thread_task_unittest.cc
diff --git a/cc/thread_task_unittest.cc b/cc/thread_task_unittest.cc
index 320c9ee140d409470a6d84f3dd202c1d7d29e0d1..da674b090d9f59084f9e0cc7167930307599c1c6 100644
--- a/cc/thread_task_unittest.cc
+++ b/cc/thread_task_unittest.cc
@@ -9,10 +9,7 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-using namespace cc;
-using namespace WTF;
-
-namespace {
+namespace cc {
class Mock {
public:
@@ -42,4 +39,4 @@ TEST(ThreadTaskTest, runnableMethods)
createThreadTask(&mock, &Mock::method5, 9, 8, 7, 6, 5)->performTask();
}
-} // namespace
+} // namespace cc
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698