| Index: mojo/runner/shell_test_base.h
|
| diff --git a/mojo/runner/shell_test_base.h b/mojo/runner/shell_test_base.h
|
| index 73343a80d15409fd4410f0f36ee41452bdd288af..f7471ae9d0d4ae89720e342fd8e29e61f1bb9024 100644
|
| --- a/mojo/runner/shell_test_base.h
|
| +++ b/mojo/runner/shell_test_base.h
|
| @@ -45,7 +45,8 @@
|
| Context* shell_context() { return &shell_context_; }
|
|
|
| private:
|
| - base::FilePath GetTestAppFilePath() const;
|
| + // Set up the test applications so that mojo: URL resolves to those.
|
| + void SetUpTestApplications();
|
|
|
| Context shell_context_;
|
| base::MessageLoop message_loop_;
|
|
|