| 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_
|
|
|