| Index: athena/main/athena_launcher.h
|
| diff --git a/athena/main/athena_launcher.h b/athena/main/athena_launcher.h
|
| index 4b36b6d71c14095a1e7769a7a71a66ae06fb9aa9..6ea439fcdb5a73d99ac26910c0302a8b52a3df62 100644
|
| --- a/athena/main/athena_launcher.h
|
| +++ b/athena/main/athena_launcher.h
|
| @@ -11,10 +11,12 @@ class Window;
|
|
|
| namespace athena {
|
| class ActivityFactory;
|
| +class AppModelBuilder;
|
|
|
| // Starts/shuts down the athena shell environment.
|
| void StartAthena(aura::Window* root_window,
|
| - ActivityFactory* activity_factory);
|
| + ActivityFactory* activity_factory,
|
| + AppModelBuilder* app_model_builder);
|
| void ShutdownAthena();
|
|
|
| } // namespace athena
|
|
|