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

Unified Diff: gin/test/file_runner.cc

Issue 120043008: Add a simple one shot and repeating timer API for Mojo.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win build Created 7 years 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 | « gin/shell/gin_main.cc ('k') | gin/test/gtest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/file_runner.cc
diff --git a/gin/test/file_runner.cc b/gin/test/file_runner.cc
index 2bad0b24e20afa6a5b8112dd32f3af3f35e3b0d3..48da198afd09797e1e05e5bc1f017d86c13538fb 100644
--- a/gin/test/file_runner.cc
+++ b/gin/test/file_runner.cc
@@ -31,8 +31,8 @@ std::vector<base::FilePath> GetModuleSearchPaths() {
FileRunnerDelegate::FileRunnerDelegate()
: ModuleRunnerDelegate(GetModuleSearchPaths()) {
- AddBuiltinModule(Console::kModuleName, Console::GetTemplate);
- AddBuiltinModule(GTest::kModuleName, GTest::GetTemplate);
+ AddBuiltinModule(Console::kModuleName, Console::GetModule);
+ AddBuiltinModule(GTest::kModuleName, GTest::GetModule);
}
FileRunnerDelegate::~FileRunnerDelegate() {
« no previous file with comments | « gin/shell/gin_main.cc ('k') | gin/test/gtest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698