File tree 7 files changed +10
-8
lines changed
7 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ source_set("elements") {
12
12
" selector_picker_view_controller.h" ,
13
13
" selector_picker_view_controller.mm" ,
14
14
" selector_view_controller_delegate.h" ,
15
+ " top_aligned_image_view.h" ,
16
+ " top_aligned_image_view.mm" ,
15
17
]
16
18
deps = [
17
19
" //base" ,
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- #ifndef IOS_CHROME_BROWSER_UI_TAB_GRID_GRID_TOP_ALIGNED_IMAGE_VIEW_H_
6
- #define IOS_CHROME_BROWSER_UI_TAB_GRID_GRID_TOP_ALIGNED_IMAGE_VIEW_H_
5
+ #ifndef IOS_CHROME_BROWSER_UI_ELEMENTS_TOP_ALIGNED_IMAGE_VIEW_H_
6
+ #define IOS_CHROME_BROWSER_UI_ELEMENTS_TOP_ALIGNED_IMAGE_VIEW_H_
7
7
8
8
#import < UIKit/UIKit.h>
9
9
19
19
- (instancetype )initWithCoder : (NSCoder *)aDecoder NS_UNAVAILABLE;
20
20
@end
21
21
22
- #endif // IOS_CHROME_BROWSER_UI_TAB_GRID_GRID_TOP_ALIGNED_IMAGE_VIEW_H_
22
+ #endif // IOS_CHROME_BROWSER_UI_ELEMENTS_TOP_ALIGNED_IMAGE_VIEW_H_
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- #import " ios/chrome/browser/ui/tab_grid/grid /top_aligned_image_view.h"
5
+ #import " ios/chrome/browser/ui/elements /top_aligned_image_view.h"
6
6
7
7
#if !defined(__has_feature) || !__has_feature(objc_arc)
8
8
#error "This file requires ARC support."
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ source_set("grid_ui") {
21
21
" grid_theme.h" ,
22
22
" grid_view_controller.h" ,
23
23
" grid_view_controller.mm" ,
24
- " top_aligned_image_view.h" ,
25
- " top_aligned_image_view.mm" ,
26
24
]
27
25
28
26
configs += [ " //build/config/compiler:enable_arc" ]
@@ -32,6 +30,7 @@ source_set("grid_ui") {
32
30
" //base" ,
33
31
" //ios/chrome/app/strings" ,
34
32
" //ios/chrome/browser" ,
33
+ " //ios/chrome/browser/ui/elements" ,
35
34
" //ios/chrome/browser/ui/tab_grid/transitions" ,
36
35
" //ios/chrome/browser/ui/util" ,
37
36
" //ios/chrome/common/ui_util" ,
Original file line number Diff line number Diff line change 5
5
#import " ios/chrome/browser/ui/tab_grid/grid/grid_cell.h"
6
6
7
7
#include " base/logging.h"
8
+ #import " ios/chrome/browser/ui/elements/top_aligned_image_view.h"
8
9
#import " ios/chrome/browser/ui/tab_grid/grid/grid_constants.h"
9
- #import " ios/chrome/browser/ui/tab_grid/grid/top_aligned_image_view.h"
10
10
#import " ios/chrome/browser/ui/util/uikit_ui_util.h"
11
11
#include " ios/chrome/grit/ios_strings.h"
12
12
#include " ui/base/l10n/l10n_util.h"
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ source_set("tab_grid") {
17
17
]
18
18
deps = [
19
19
" //base" ,
20
+ " //ios/chrome/browser/ui/elements" ,
20
21
" //ios/chrome/browser/ui/tab_grid:tab_grid_ui" ,
21
22
" //ios/chrome/browser/ui/tab_grid/grid:grid_ui" ,
22
23
" //ios/showcase/common" ,
Original file line number Diff line number Diff line change 4
4
5
5
#import " ios/showcase/tab_grid/sc_image_view_controller.h"
6
6
7
- #import " ios/chrome/browser/ui/tab_grid/grid /top_aligned_image_view.h"
7
+ #import " ios/chrome/browser/ui/elements /top_aligned_image_view.h"
8
8
9
9
#if !defined(__has_feature) || !__has_feature(objc_arc)
10
10
#error "This file requires ARC support."
You can’t perform that action at this time.
0 commit comments