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

Unified Diff: chrome/test/base/module_system_test.h

Issue 11571014: Lazy load chrome.* APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apitest.js Created 7 years, 10 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
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_;
};

Powered by Google App Engine
This is Rietveld 408576698