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

Unified Diff: ios/chrome/browser/ui/UIView+SizeClassSupport.h

Issue 2562403003: Fix include guards of files in src/ios. (Closed)
Patch Set: Rebase on origin/master. Created 4 years 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
Index: ios/chrome/browser/ui/UIView+SizeClassSupport.h
diff --git a/ios/chrome/browser/ui/UIView+SizeClassSupport.h b/ios/chrome/browser/ui/UIView+SizeClassSupport.h
index 18b52428f00aa21cd5e3cc8ad862629b8af0d8e5..af53dd0ed38c9786e3f7e2e89bed2e9d1a420338 100644
--- a/ios/chrome/browser/ui/UIView+SizeClassSupport.h
+++ b/ios/chrome/browser/ui/UIView+SizeClassSupport.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_UI_UIVIEW_SIZE_CLASS_SUPPORT_H_
-#define IOS_CHROME_BROWSER_UI_UIVIEW_SIZE_CLASS_SUPPORT_H_
+#ifndef IOS_CHROME_BROWSER_UI_UIVIEW_SIZECLASSSUPPORT_H_
+#define IOS_CHROME_BROWSER_UI_UIVIEW_SIZECLASSSUPPORT_H_
#import <UIKit/UIKit.h>
@@ -26,4 +26,4 @@ typedef NS_ENUM(NSInteger, SizeClassIdiom) {
@end
-#endif // IOS_CHROME_BROWSER_UI_UIVIEW_SIZE_CLASS_SUPPORT_H_
+#endif // IOS_CHROME_BROWSER_UI_UIVIEW_SIZECLASSSUPPORT_H_
« no previous file with comments | « ios/chrome/browser/signin/fake_signin_manager_builder.h ('k') | ios/chrome/browser/ui/commands/UIKit+ChromeExecuteCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698