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

Unified Diff: ios/showcase/content_suggestions/sc_content_suggestions_coordinator.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/content_suggestions/sc_content_suggestions_coordinator.mm
diff --git a/ios/showcase/suggestions/sc_suggestions_coordinator.mm b/ios/showcase/content_suggestions/sc_content_suggestions_coordinator.mm
similarity index 89%
rename from ios/showcase/suggestions/sc_suggestions_coordinator.mm
rename to ios/showcase/content_suggestions/sc_content_suggestions_coordinator.mm
index 332795cd2e0ddbb9eb5dbe3722c7292499c2a505..c4109ceb2ed559b514c180e5a1d8a0afdebf89e7 100644
--- a/ios/showcase/suggestions/sc_suggestions_coordinator.mm
+++ b/ios/showcase/content_suggestions/sc_content_suggestions_coordinator.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/showcase/suggestions/sc_suggestions_coordinator.h"
+#import "ios/showcase/content_suggestions/sc_content_suggestions_coordinator.h"
#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h"
#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h"
@@ -12,7 +12,7 @@
#error "This file requires ARC support."
#endif
-@interface SCSuggestionsCoordinator ()
+@interface SCContentSuggestionsCoordinator ()
@property(nonatomic, strong)
ContentSuggestionsViewController* suggestionViewController;
@@ -20,7 +20,7 @@
@end
-@implementation SCSuggestionsCoordinator
+@implementation SCContentSuggestionsCoordinator
@synthesize baseViewController;
@synthesize suggestionViewController = _suggestionViewController;

Powered by Google App Engine
This is Rietveld 408576698