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

Unified Diff: chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.mm

Issue 1508893003: Use proper namespace in skia/ext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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/infobars/save_password_infobar_controller.mm
diff --git a/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.mm
index 260da53f219073926ec3cbc0923cc88352911caa..42d6bb8edbfbc8972846c28e52c9d5c44682ee2e 100644
--- a/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.mm
+++ b/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.mm
@@ -23,7 +23,7 @@
gfx::Range linkRange = delegate->message_link_range();
if (!linkRange.is_empty()) {
NSColor* linkColor =
- gfx::SkColorToCalibratedNSColor(chrome_style::GetLinkColor());
+ skia::SkColorToCalibratedNSColor(chrome_style::GetLinkColor());
HyperlinkTextView* view = (HyperlinkTextView*)label_.get();
[view addLinkRange:linkRange.ToNSRange()
withURL:@"about:blank" // using a link here is bad ui
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm ('k') | chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698