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

Unified Diff: test/cctest/test-libplatform-task-queue.cc

Issue 336313017: Move libplatform files into v8::platform namespace (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | « test/cctest/test-libplatform.h ('k') | test/cctest/test-libplatform-worker-thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-libplatform-task-queue.cc
diff --git a/test/cctest/test-libplatform-task-queue.cc b/test/cctest/test-libplatform-task-queue.cc
index 5d997d94d26b0582950c9c0b60c7f5062c2ddd14..630686b45956260ebbbd3ae823cc8ac400aaecdf 100644
--- a/test/cctest/test-libplatform-task-queue.cc
+++ b/test/cctest/test-libplatform-task-queue.cc
@@ -32,6 +32,7 @@
#include "test/cctest/test-libplatform.h"
using namespace v8::internal;
+using namespace v8::platform;
TEST(TaskQueueBasic) {
« no previous file with comments | « test/cctest/test-libplatform.h ('k') | test/cctest/test-libplatform-worker-thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698