| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_internal_cell.mm
|
| diff --git a/ios/chrome/browser/ui/suggestions/suggestions_favicon_internal_cell.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_internal_cell.mm
|
| similarity index 93%
|
| rename from ios/chrome/browser/ui/suggestions/suggestions_favicon_internal_cell.mm
|
| rename to ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_internal_cell.mm
|
| index 384d682186336ab070a51992082cbb5f493e0481..e00c16bb7b12a5a9dbc5740a9d38658af86fc366 100644
|
| --- a/ios/chrome/browser/ui/suggestions/suggestions_favicon_internal_cell.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_internal_cell.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/suggestions/suggestions_favicon_internal_cell.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_internal_cell.h"
|
|
|
| #import "ios/chrome/browser/ui/uikit_ui_util.h"
|
| #import "ios/third_party/material_components_ios/src/components/Typography/src/MaterialTypography.h"
|
| @@ -16,7 +16,7 @@ const CGFloat kFaviconImageSize = 50;
|
| const CGFloat kFontSize = 10;
|
| }
|
|
|
| -@implementation SuggestionsFaviconInternalCell
|
| +@implementation ContentSuggestionsFaviconInternalCell
|
|
|
| @synthesize faviconView = _faviconView;
|
| @synthesize titleLabel = _titleLabel;
|
|
|