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

Unified Diff: test/cctest/test-libplatform.h

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 | « src/v8.cc ('k') | test/cctest/test-libplatform-task-queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-libplatform.h
diff --git a/test/cctest/test-libplatform.h b/test/cctest/test-libplatform.h
index 6e8d2b17c9b3e241101ad156221559f19c5590fb..7d0e352b9f174c6a768c2ab2eb0f71e3cdd58be2 100644
--- a/test/cctest/test-libplatform.h
+++ b/test/cctest/test-libplatform.h
@@ -33,6 +33,7 @@
#include "test/cctest/cctest.h"
using namespace v8::internal;
+using namespace v8::platform;
class TaskCounter {
public:
« no previous file with comments | « src/v8.cc ('k') | test/cctest/test-libplatform-task-queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698