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