summaryrefslogtreecommitdiffstats
path: root/gin/test/file_runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gin/test/file_runner.cc')
-rw-r--r--gin/test/file_runner.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gin/test/file_runner.cc b/gin/test/file_runner.cc
index ff5ac5d..0c60c4b 100644
--- a/gin/test/file_runner.cc
+++ b/gin/test/file_runner.cc
@@ -8,9 +8,9 @@
#include "base/message_loop/message_loop.h"
#include "base/path_service.h"
#include "gin/converter.h"
-#include "gin/gin.h"
#include "gin/modules/console.h"
#include "gin/modules/module_registry.h"
+#include "gin/public/isolate_holder.h"
#include "gin/test/gtest.h"
#include "gin/try_catch.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -51,7 +51,7 @@ void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate) {
base::MessageLoop message_loop;
- gin::Gin instance;
+ gin::IsolateHolder instance;
gin::Runner runner(delegate, instance.isolate());
{
gin::Runner::Scope scope(&runner);