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

Unified Diff: ios/chrome/browser/ui/rtl_geometry.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/rtl_geometry.h
diff --git a/ios/chrome/browser/ui/rtl_geometry.h b/ios/chrome/browser/ui/rtl_geometry.h
index f883c640157c75dae8c8416e71ade4a0db02f7e8..87cfbad4fee0b6985ec6e67e7f23eca3350f6e8c 100644
--- a/ios/chrome/browser/ui/rtl_geometry.h
+++ b/ios/chrome/browser/ui/rtl_geometry.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 RTL_GEOMETRY_H_
-#define RTL_GEOMETRY_H_
+#ifndef IOS_CHROME_BROWSER_UI_RTL_GEOMETRY_H_
+#define IOS_CHROME_BROWSER_UI_RTL_GEOMETRY_H_
#include <CoreGraphics/CoreGraphics.h>
#import <UIKit/UIKit.h>
@@ -203,4 +203,4 @@ CGFloat UIEdgeInsetsGetTrailing(UIEdgeInsets insets);
// smaller sections of views should be determined case by case.
NSLayoutFormatOptions LayoutOptionForRTLSupport();
-#endif // RTL_GEOMETRY_H_
+#endif // IOS_CHROME_BROWSER_UI_RTL_GEOMETRY_H_
« no previous file with comments | « ios/chrome/browser/ui/commands/UIKit+ChromeExecuteCommand.h ('k') | ios/chrome/browser/ui/webui/crashes_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698