| Index: chrome/test/base/module_system_test.h
|
| diff --git a/chrome/test/base/module_system_test.h b/chrome/test/base/module_system_test.h
|
| index 457832b05b69fe633b5c6570322476dc0203b4cf..7719f5ac3b05293ebbaa680be9d112a0db906d56 100644
|
| --- a/chrome/test/base/module_system_test.h
|
| +++ b/chrome/test/base/module_system_test.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_TEST_BASE_MODULE_SYSTEM_TEST_H_
|
| #define CHROME_TEST_BASE_MODULE_SYSTEM_TEST_H_
|
|
|
| +#include "chrome/renderer/extensions/chrome_v8_context.h"
|
| #include "chrome/renderer/extensions/module_system.h"
|
| #include "v8/include/v8.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -55,6 +56,7 @@ class ModuleSystemTest : public testing::Test {
|
| AssertNatives* assert_natives_;
|
| scoped_ptr<StringSourceMap> source_map_;
|
| scoped_ptr<extensions::ModuleSystem> module_system_;
|
| + scoped_ptr<extensions::ChromeV8Context> v8_context_;
|
| bool should_assertions_be_made_;
|
| };
|
|
|
|
|