Commit 656a7cc9 authored by Robbie Gibson's avatar Robbie Gibson Committed by Commit Bot

[iOS] Rename appearance_customizer/ to appearance/

The comments on CL 1696967 had some changes, especially renaming the
directories. However, it was submitted before uploading those changes,
which are now in this new CL.

Bug: 974255
Change-Id: I64c71ed15ea555df52c09805878c33f1938571dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700068Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#676909}
parent 7a542ae8
...@@ -209,7 +209,7 @@ source_set("app_internal") { ...@@ -209,7 +209,7 @@ source_set("app_internal") {
"//ios/chrome/browser/sync", "//ios/chrome/browser/sync",
"//ios/chrome/browser/tabs", "//ios/chrome/browser/tabs",
"//ios/chrome/browser/ui:feature_flags", "//ios/chrome/browser/ui:feature_flags",
"//ios/chrome/browser/ui/appearance_customizer", "//ios/chrome/browser/ui/appearance",
"//ios/chrome/browser/ui/authentication", "//ios/chrome/browser/ui/authentication",
"//ios/chrome/browser/ui/browser_view", "//ios/chrome/browser/ui/browser_view",
"//ios/chrome/browser/ui/commands", "//ios/chrome/browser/ui/commands",
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
#import "ios/chrome/browser/snapshots/snapshot_tab_helper.h" #import "ios/chrome/browser/snapshots/snapshot_tab_helper.h"
#include "ios/chrome/browser/system_flags.h" #include "ios/chrome/browser/system_flags.h"
#import "ios/chrome/browser/tabs/tab_model.h" #import "ios/chrome/browser/tabs/tab_model.h"
#import "ios/chrome/browser/ui/appearance_customizer/appearance_customizer.h" #import "ios/chrome/browser/ui/appearance/appearance_customization.h"
#import "ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.h" #import "ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.h"
#import "ios/chrome/browser/ui/browser_view/browser_coordinator.h" #import "ios/chrome/browser/ui/browser_view/browser_coordinator.h"
#import "ios/chrome/browser/ui/browser_view/browser_view_controller.h" #import "ios/chrome/browser/ui/browser_view/browser_view_controller.h"
...@@ -129,7 +129,6 @@ ...@@ -129,7 +129,6 @@
#include "ios/chrome/browser/ui/tab_grid/tab_grid_coordinator.h" #include "ios/chrome/browser/ui/tab_grid/tab_grid_coordinator.h"
#import "ios/chrome/browser/ui/tab_grid/tab_switcher.h" #import "ios/chrome/browser/ui/tab_grid/tab_switcher.h"
#import "ios/chrome/browser/ui/tab_grid/view_controller_swapping.h" #import "ios/chrome/browser/ui/tab_grid/view_controller_swapping.h"
#import "ios/chrome/browser/ui/table_view/table_view_navigation_controller.h"
#import "ios/chrome/browser/ui/toolbar/public/omnibox_focuser.h" #import "ios/chrome/browser/ui/toolbar/public/omnibox_focuser.h"
#import "ios/chrome/browser/ui/ui_feature_flags.h" #import "ios/chrome/browser/ui/ui_feature_flags.h"
#import "ios/chrome/browser/ui/util/top_view_controller.h" #import "ios/chrome/browser/ui/util/top_view_controller.h"
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
import("//build/config/chrome_build.gni") import("//build/config/chrome_build.gni")
source_set("appearance_customizer") { source_set("appearance") {
sources = [ sources = [
"appearance_customizer.h", "appearance_customization.h",
"appearance_customizer.mm", "appearance_customization.mm",
] ]
deps = [ deps = [
"//ios/chrome/browser/ui/table_view", "//ios/chrome/browser/ui/table_view",
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_APPEARANCE_CUSTOMIZER_APPEARANCE_CUSTOMIZER_H_ #ifndef IOS_CHROME_BROWSER_UI_APPEARANCE_APPEARANCE_CUSTOMIZATION_H_
#define IOS_CHROME_BROWSER_UI_APPEARANCE_CUSTOMIZER_APPEARANCE_CUSTOMIZER_H_ #define IOS_CHROME_BROWSER_UI_APPEARANCE_APPEARANCE_CUSTOMIZATION_H_
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
// Overrides some default appearance values for UIKit controls. // Overrides some default appearance values for UIKit controls.
void CustomizeUIAppearance(); void CustomizeUIAppearance();
#endif // IOS_CHROME_BROWSER_UI_APPEARANCE_CUSTOMIZER_APPEARANCE_CUSTOMIZER_H_ #endif // IOS_CHROME_BROWSER_UI_APPEARANCE_APPEARANCE_CUSTOMIZATION_H_
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#import "ios/chrome/browser/ui/appearance_customizer/appearance_customizer.h" #import "ios/chrome/browser/ui/appearance/appearance_customization.h"
#import "ios/chrome/browser/ui/table_view/table_view_navigation_controller.h" #import "ios/chrome/browser/ui/table_view/table_view_navigation_controller.h"
#import "ios/chrome/common/colors/semantic_color_names.h" #import "ios/chrome/common/colors/semantic_color_names.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment