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

Unified Diff: gin/converter_unittest.cc

Issue 1129873002: Reland of Adding task runner/ message loop to tests that use IsolateHolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved using derivatives inside namespace. Created 5 years, 7 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 | « content/test/test_blink_web_unit_test_support.cc ('k') | gin/modules/module_registry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/converter_unittest.cc
diff --git a/gin/converter_unittest.cc b/gin/converter_unittest.cc
index 940d4a224a37a137aa3ef6b6fd21e74a041e007a..8b9adf414b05899eb85830f90414e95ca74d216e 100644
--- a/gin/converter_unittest.cc
+++ b/gin/converter_unittest.cc
@@ -14,6 +14,8 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/v8.h"
+namespace gin {
+
using v8::Array;
using v8::Boolean;
using v8::HandleScope;
@@ -26,8 +28,6 @@ using v8::String;
using v8::Undefined;
using v8::Value;
-namespace gin {
-
typedef V8Test ConverterTest;
TEST_F(ConverterTest, Bool) {
« no previous file with comments | « content/test/test_blink_web_unit_test_support.cc ('k') | gin/modules/module_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698