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_; |