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

Unified Diff: chrome/browser/ui/views/infobars/confirm_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/confirm_infobar.h
===================================================================
--- chrome/browser/ui/views/infobars/confirm_infobar.h (revision 75777)
+++ chrome/browser/ui/views/infobars/confirm_infobar.h (working copy)
@@ -10,9 +10,9 @@
#include "views/controls/link.h"
class ConfirmInfoBarDelegate;
-class InfoBarTextButton;
namespace views {
class Label;
+class TextButton;
}
// TODO(pkasting): This class will die soon.
@@ -59,8 +59,8 @@
ConfirmInfoBarDelegate* GetDelegate();
- InfoBarTextButton* ok_button_;
- InfoBarTextButton* cancel_button_;
+ views::TextButton* ok_button_;
+ views::TextButton* cancel_button_;
views::Link* link_;
bool initialized_;
« no previous file with comments | « chrome/browser/ui/views/infobars/before_translate_infobar.cc ('k') | chrome/browser/ui/views/infobars/confirm_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698