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

Unified Diff: chrome/browser/ui/views/infobars/after_translate_infobar.h

Issue 6574011: Cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months 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/views/infobars/after_translate_infobar.h
===================================================================
--- chrome/browser/ui/views/infobars/after_translate_infobar.h (revision 75777)
+++ chrome/browser/ui/views/infobars/after_translate_infobar.h (working copy)
@@ -11,7 +11,6 @@
#include "chrome/browser/ui/views/infobars/translate_infobar_base.h"
#include "views/controls/menu/view_menu_delegate.h"
-class InfoBarTextButton;
class TranslateInfoBarDelegate;
namespace views {
class Menu2;
@@ -45,7 +44,7 @@
views::MenuButton* original_language_menu_button_;
views::MenuButton* target_language_menu_button_;
- InfoBarTextButton* revert_button_;
+ views::TextButton* revert_button_;
views::MenuButton* options_menu_button_;
scoped_ptr<views::Menu2> original_language_menu_;
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/infobar_test_helper.mm ('k') | chrome/browser/ui/views/infobars/after_translate_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698