| 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() {
|
|
|