| Index: shell/native_runner_unittest.cc
|
| diff --git a/shell/native_runner_unittest.cc b/shell/native_runner_unittest.cc
|
| index fe792c9a8414342a6e888a148abc08774ad182e9..a04d4c88b4f5f141827a92ad1c712d6f15f814b6 100644
|
| --- a/shell/native_runner_unittest.cc
|
| +++ b/shell/native_runner_unittest.cc
|
| @@ -56,7 +56,8 @@ class TestNativeRunnerFactory : public NativeRunnerFactory {
|
| class NativeApplicationLoaderTest : public testing::Test,
|
| public ApplicationManager::Delegate {
|
| public:
|
| - NativeApplicationLoaderTest() : application_manager_(this) {}
|
| + NativeApplicationLoaderTest()
|
| + : application_manager_(ApplicationManager::Options(), this) {}
|
| ~NativeApplicationLoaderTest() override {}
|
| void SetUp() override {
|
| context_.Init();
|
|
|