| Index: athena/test/athena_test_helper.cc
|
| diff --git a/athena/test/athena_test_helper.cc b/athena/test/athena_test_helper.cc
|
| index 88961bad1eda8dafc5d23d12958f60bfdf2f1367..9c1a0449b6c5c4303a94a0830172065b1b0f35d0 100644
|
| --- a/athena/test/athena_test_helper.cc
|
| +++ b/athena/test/athena_test_helper.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "athena/main/athena_launcher.h"
|
| #include "athena/test/sample_activity_factory.h"
|
| +#include "athena/test/test_app_model_builder.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| @@ -78,7 +79,9 @@ void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) {
|
| // Ensure width != height so tests won't confuse them.
|
| host()->SetBounds(gfx::Rect(800, 600));
|
|
|
| - athena::StartAthena(root_window(), new SampleActivityFactory());
|
| + athena::StartAthena(root_window(),
|
| + new SampleActivityFactory(),
|
| + new TestAppModelBuilder());
|
| }
|
|
|
| void AthenaTestHelper::TearDown() {
|
|
|