Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: ios/showcase/core/showcase_model.mm

Issue 2766313003: Rename Suggestions to ContentSuggestions in Showcase (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/showcase/core/showcase_model.mm
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
index 7aafb0c0fc571666956e9e5a197bbd57086400c3..9e2edd93640d3ede15cc3ec97438b6c656c7d73b 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -23,8 +23,8 @@
},
@{
showcase::kClassForDisplayKey : @"ContentSuggestionsViewController",
- showcase::kClassForInstantiationKey : @"SCSuggestionsCoordinator",
- showcase::kUseCaseKey : @"New Suggestions UI",
+ showcase::kClassForInstantiationKey : @"SCContentSuggestionsCoordinator",
+ showcase::kUseCaseKey : @"Content Suggestions UI",
},
@{
showcase::kClassForDisplayKey : @"MenuViewController",
« no previous file with comments | « ios/showcase/content_suggestions/sc_content_suggestions_egtest.mm ('k') | ios/showcase/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698