| Index: content/test/content_test_launcher.cc
|
| diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
|
| index 7c7eb27b9da3f80206c80bab3499f0db621fca8c..9b30fdb74cf22c4c4a673029817747c018d30469 100644
|
| --- a/content/test/content_test_launcher.cc
|
| +++ b/content/test/content_test_launcher.cc
|
| @@ -21,7 +21,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #ifdef V8_USE_EXTERNAL_STARTUP_DATA
|
| -#include "gin/public/isolate_holder.h"
|
| +#include "gin/v8_initializer.h"
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -57,7 +57,7 @@ class ContentBrowserTestSuite : public ContentTestSuiteBase {
|
| base::i18n::InitializeICU();
|
|
|
| #ifdef V8_USE_EXTERNAL_STARTUP_DATA
|
| - gin::IsolateHolder::LoadV8Snapshot();
|
| + gin::V8Initializer::LoadV8Snapshot();
|
| #endif
|
|
|
| // This needs to be done before base::TestSuite::Initialize() is called,
|
|
|