| Index: chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/infobars/infobar_controller.h b/chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| index e1d50bc6358cf052eaef0c7c167c375140b3a525..94e485275cb6e9c49ee38e13134e74e3ac516f3c 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/infobars/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_INFOBAR_CONTROLLER_H_
|
| +#define CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_CONTROLLER_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| @@ -100,3 +103,5 @@ class InfoBarDelegate;
|
| // InfoBarController subclasses, one for each InfoBarDelegate
|
| // subclass. Each of these subclasses overrides addAdditionalControls to
|
| // configure its view as necessary.
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_CONTROLLER_H_
|
|
|