Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6430)

Unified Diff: chrome/browser/ui/cocoa/infobars/translate_infobar_base.h

Issue 8536010: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/gtk and chrome/browser/ui/co... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698