Index: chrome/browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm b/chrome/browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm |
index b44cc70afc33a8de21a8b0619212f019077cc5fc..3c8c92bd093751f1bfb3658dd2e83a04102fb4cf 100644 |
--- a/chrome/browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm |
@@ -88,7 +88,7 @@ const CGFloat kAnchorlessTopPadding = 10; |
ui::NativeTheme* nativeTheme = ui::NativeThemeMac::instance(); |
[[self bubble] setBackgroundColor: |
- gfx::SkColorToCalibratedNSColor(nativeTheme->GetSystemColor( |
+ skia::SkColorToCalibratedNSColor(nativeTheme->GetSystemColor( |
ui::NativeTheme::kColorId_DialogBackground))]; |
[self performLayout]; |
} |