| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_item.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_item.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_item.mm
|
| similarity index 95%
|
| rename from ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_item.mm
|
| rename to ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_item.mm
|
| index cfa6d3a37dd22aad20e71f9506af2d9995e55e47..668c82f1858d99395ee3ac5285847e923e3258e6 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_item.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_item.mm
|
| @@ -2,12 +2,12 @@
|
| // 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_favicon_item.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_item.h"
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| #include "base/logging.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_internal_cell.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_internal_cell.h"
|
| #import "ios/chrome/browser/ui/uikit_ui_util.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
|
|