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

Unified Diff: ios/chrome/browser/ui/favicon/favicon_attributes.h

Issue 2787503002: Move FaviconAttributes to UI (Closed)
Patch Set: Add blank line 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/favicon/BUILD.gn ('k') | ios/chrome/browser/ui/favicon/favicon_attributes.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/favicon/favicon_attributes.h
diff --git a/ios/chrome/browser/favicon/favicon_attributes.h b/ios/chrome/browser/ui/favicon/favicon_attributes.h
similarity index 90%
rename from ios/chrome/browser/favicon/favicon_attributes.h
rename to ios/chrome/browser/ui/favicon/favicon_attributes.h
index 955d3aca01177b2bfc349bf077c1ed5a30ef7e19..e76ee6e57065c8ecd1383299d0e9f31e1961cb45 100644
--- a/ios/chrome/browser/favicon/favicon_attributes.h
+++ b/ios/chrome/browser/ui/favicon/favicon_attributes.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_CHROME_BROWSER_FAVICON_FAVICON_ATTRIBUTES_H_
-#define IOS_CHROME_BROWSER_FAVICON_FAVICON_ATTRIBUTES_H_
+#ifndef IOS_CHROME_BROWSER_UI_FAVICON_FAVICON_ATTRIBUTES_H_
+#define IOS_CHROME_BROWSER_UI_FAVICON_FAVICON_ATTRIBUTES_H_
#import <UIKit/UIKit.h>
@@ -41,4 +41,4 @@
- (instancetype)init NS_UNAVAILABLE;
@end
-#endif // IOS_CHROME_BROWSER_FAVICON_FAVICON_ATTRIBUTES_H_
+#endif // IOS_CHROME_BROWSER_UI_FAVICON_FAVICON_ATTRIBUTES_H_
« no previous file with comments | « ios/chrome/browser/ui/favicon/BUILD.gn ('k') | ios/chrome/browser/ui/favicon/favicon_attributes.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698