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

Unified Diff: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm

Issue 1162393003: Replace info_bubble::BubbleArrowLocation with views::BubbleBorder::Arrow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile in test Created 5 years, 7 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/cocoa/autofill/card_unmask_prompt_view_bridge.mm
diff --git a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
index 09b2cfb2da55ea9d09dc09e7acdac1bd8cc299cd..e6908a7947b26cb9d62e8cc5353057c5bf4aad62 100644
--- a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
+++ b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
@@ -399,7 +399,7 @@ void CardUnmaskPromptViewBridge::PerformClose() {
// Add "?" icon with tooltip.
storageTooltip_.reset([[AutofillTooltipController alloc]
- initWithArrowLocation:info_bubble::kTopRight]);
+ initWithArrowLocation:views::BubbleBorder::TOP_RIGHT]);
[storageTooltip_ setImage:ui::ResourceBundle::GetSharedInstance()
.GetNativeImageNamed(IDR_AUTOFILL_TOOLTIP_ICON)
.ToNSImage()];

Powered by Google App Engine
This is Rietveld 408576698