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

Unified Diff: chrome/browser/ui/views/chrome_to_mobile_bubble_view.h

Issue 13584010: views: Migrate the cases of "new .*NativeTextButton(" to LabelButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: back out the changes to one_click_signin_bubble_view.* Created 7 years, 8 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/chrome_to_mobile_bubble_view.h
diff --git a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.h b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.h
index 787cde427d31951aa6b56bf78c4eb3a13ba4bc30..ce6f36d002eaeb4482015e22af4c9ca21cc574ae 100644
--- a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.h
+++ b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.h
@@ -28,8 +28,8 @@ class ThrobAnimation;
namespace views {
class Checkbox;
class Label;
+class LabelButton;
class RadioButton;
-class TextButton;
}
// ChromeToMobileBubbleView is a bubble view for the Chrome To Mobile service.
@@ -93,8 +93,8 @@ class ChromeToMobileBubbleView : public views::BubbleDelegateView,
base::FilePath snapshot_path_;
views::Checkbox* send_copy_;
- views::TextButton* send_;
- views::TextButton* cancel_;
+ views::LabelButton* send_;
+ views::LabelButton* cancel_;
// An animation used to cycle through the "Sending..." status messages.
scoped_ptr<ui::ThrobAnimation> progress_animation_;

Powered by Google App Engine
This is Rietveld 408576698