Index: chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
diff --git a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
index 398a63ad85f68300fbd808cb697b3cde421d6fe7..7bc45f4d5c264df60492543317229aad6205d24b 100644 |
--- a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
+++ b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
@@ -300,7 +300,7 @@ ChromeToMobileBubbleView::ChromeToMobileBubbleView(views::View* anchor_view, |
send_(NULL), |
cancel_(NULL) { |
// Compensate for built-in vertical padding in the anchor view's image. |
- set_anchor_insets(gfx::Insets(5, 0, 5, 0)); |
+ set_anchor_view_insets(gfx::Insets(5, 0, 5, 0)); |
// Generate the MHTML snapshot now to report its size in the bubble. |
service_->GenerateSnapshot(browser_, weak_ptr_factory_.GetWeakPtr()); |