| Index: chrome/browser/ui/cocoa/infobars/after_translate_infobar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/infobars/after_translate_infobar_controller.h b/chrome/browser/ui/cocoa/infobars/after_translate_infobar_controller.h
|
| index ab131754233ac238dab517ce77edc86294a5e7cb..ebbde115c3e75f49c0e717a63d608b009d60f9d1 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/after_translate_infobar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/infobars/after_translate_infobar_controller.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_INFOBARS_AFTER_TRANSLATE_INFOBAR_CONTROLLER_H_
|
| +#define CHROME_BROWSER_UI_COCOA_INFOBARS_AFTER_TRANSLATE_INFOBAR_CONTROLLER_H_
|
| +
|
| #import "chrome/browser/ui/cocoa/infobars/translate_infobar_base.h"
|
|
|
| @interface AfterTranslateInfobarController : TranslateInfoBarControllerBase {
|
| @@ -10,3 +13,5 @@
|
| }
|
|
|
| @end
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_INFOBARS_AFTER_TRANSLATE_INFOBAR_CONTROLLER_H_
|
|
|