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

Unified Diff: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm

Issue 2762643003: Move ContentSuggestions identifiers to custom target (Closed)
Patch Set: Address comments 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
« no previous file with comments | « ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.mm b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm
similarity index 84%
rename from ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.mm
rename to ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm
index 14b05cc5db14d988fad6907ceb721f2131c7fd3a..8467276e760d376c2d7271f4a3500e8be4029b78 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.mm
+++ b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.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/chrome/browser/ui/content_suggestions/content_suggestions_section_information.h"
+#import "ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h"
#include "base/logging.h"
@@ -12,7 +12,6 @@
@implementation ContentSuggestionsSectionInformation
-@synthesize emptyCell = _emptyCell;
@synthesize layout = _layout;
@synthesize sectionID = _sectionID;
@synthesize title = _title;
« no previous file with comments | « ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698