| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index d9a87d5a5f0b4e51198a1513efa29a51532a11eb..8576ae919a1622293915d3a2a94a565f312041f2 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -22,7 +22,7 @@
|
| showcase::kUseCaseKey : @"Main settings screen",
|
| },
|
| @{
|
| - showcase::kClassForDisplayKey : @"SuggestionsViewController",
|
| + showcase::kClassForDisplayKey : @"ContentSuggestionsViewController",
|
| showcase::kClassForInstantiationKey : @"SCSuggestionsCoordinator",
|
| showcase::kUseCaseKey : @"New Suggestions UI",
|
| },
|
|
|