| Index: chrome/browser/ui/cocoa/l10n_util.h
|
| diff --git a/chrome/browser/ui/cocoa/l10n_util.h b/chrome/browser/ui/cocoa/l10n_util.h
|
| index 8457c7f8529545ae5ab4f9a0cbe0501e367853d9..7e6175c13c4f4cf9adf64776a699b07fd69e1b6e 100644
|
| --- a/chrome/browser/ui/cocoa/l10n_util.h
|
| +++ b/chrome/browser/ui/cocoa/l10n_util.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CHROME_BROWSER_UI_COCOA_L10N_UTIL_H_
|
| +#define CHROME_BROWSER_UI_COCOA_L10N_UTIL_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
| #include <stddef.h>
|
|
|
| @@ -54,3 +57,5 @@ bool ShouldFlipWindowControlsInRTL();
|
| NSImage* FlippedImage(NSImage* image);
|
|
|
| } // namespace cocoa_l10n_util
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_L10N_UTIL_H_
|
|
|