| Index: athena/home/public/home_card.h
|
| diff --git a/athena/home/public/home_card.h b/athena/home/public/home_card.h
|
| index b2b5dccbe0767d8d3e8d7891ecb10ff36c001c6c..55e463bb1e3b55b3924bdf3dad76521a0950906c 100644
|
| --- a/athena/home/public/home_card.h
|
| +++ b/athena/home/public/home_card.h
|
| @@ -8,12 +8,13 @@
|
| #include "athena/athena_export.h"
|
|
|
| namespace athena {
|
| +class AppModelBuilder;
|
|
|
| class ATHENA_EXPORT HomeCard {
|
| public:
|
| // Creates and deletes the singleton object of the HomeCard
|
| - // implementation.
|
| - static HomeCard* Create();
|
| + // implementation. Takes the ownership of |model_builder|.
|
| + static HomeCard* Create(AppModelBuilder* model_builder);
|
| static void Shutdown();
|
|
|
| virtual ~HomeCard() {}
|
|
|