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

Unified Diff: chrome/browser/ui/cocoa/passwords/passwords_list_view_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/passwords/passwords_list_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.mm b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.mm
index 19f13d70a16176b2758e16253ef7d7d64a8b8f81..510ce4de6208f39812684277a68656a49f227088 100644
--- a/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.mm
@@ -61,7 +61,7 @@ NSTextField* FederationLabel(const base::string16& text) {
[cell setControlSize:NSSmallControlSize];
[cell setShouldUnderline:NO];
[cell setUnderlineOnHover:NO];
- [cell setTextColor:gfx::SkColorToCalibratedNSColor(
+ [cell setTextColor:skia::SkColorToCalibratedNSColor(
chrome_style::GetLinkColor())];
[undoButton_ setCell:cell.get()];
[undoButton_ sizeToFit];

Powered by Google App Engine
This is Rietveld 408576698