Chromium Code Reviews| Index: athena/test/athena_test_helper.cc |
| diff --git a/athena/test/athena_test_helper.cc b/athena/test/athena_test_helper.cc |
| index 8f5df979289ce628536b0755f912bdbe85648a2d..ed065d633b75a12ae5715299ae42c60ca31dde0c 100644 |
| --- a/athena/test/athena_test_helper.cc |
| +++ b/athena/test/athena_test_helper.cc |
| @@ -88,6 +88,7 @@ void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) { |
| host()->SetBounds(gfx::Rect(host_size)); |
| athena::StartAthena(root_window(), |
| + NULL, |
|
oshima
2014/08/14 00:19:03
Can you add impl and add test for this?
|
| new SampleActivityFactory(), |
| new TestAppModelBuilder()); |
| } |