Index: chrome/browser/ui/cocoa/infobars/translate_infobar_base.h |
=================================================================== |
--- chrome/browser/ui/cocoa/infobars/translate_infobar_base.h (revision 109693) |
+++ chrome/browser/ui/cocoa/infobars/translate_infobar_base.h (working copy) |
@@ -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 CHROME_BROWSER_UI_COCOA_TRANSLATE_INFOBAR_BASE_H_ |
-#define CHROME_BROWSER_UI_COCOA_TRANSLATE_INFOBAR_BASE_H_ |
+#ifndef CHROME_BROWSER_UI_COCOA_INFOBARS_TRANSLATE_INFOBAR_BASE_H_ |
+#define CHROME_BROWSER_UI_COCOA_INFOBARS_TRANSLATE_INFOBAR_BASE_H_ |
#pragma once |
#import <Cocoa/Cocoa.h> |
@@ -17,8 +17,6 @@ |
#import "chrome/browser/ui/cocoa/infobars/infobar_controller.h" |
#include "chrome/common/translate_errors.h" |
-class TranslateInfoBarMenuModel; |
- |
#pragma mark TranslateInfoBarUtilities helper functions. |
namespace TranslateInfoBarUtilities { |
@@ -161,4 +159,4 @@ |
@end // TranslateInfoBarControllerBase (TestingAPI) |
-#endif // CHROME_BROWSER_UI_COCOA_TRANSLATE_INFOBAR_BASE_H_ |
+#endif // CHROME_BROWSER_UI_COCOA_INFOBARS_TRANSLATE_INFOBAR_BASE_H_ |