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

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

Issue 23546007: [rAC, OSX] Namespaced constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Once more merge to HEAD Created 7 years, 3 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/autofill_account_chooser.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm
index 782beba08ab63278090618a36d9d7125f52c5664..6c32b1ae1a9217e94d914b8df43671a756db0a6e 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm
@@ -143,7 +143,7 @@ void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
[activeControl setFrame:frame];
[icon_ setFrameSize:[[icon_ image] size]];
- frame.origin.x -= NSWidth([icon_ frame]) + kAroundTextPadding;
+ frame.origin.x -= NSWidth([icon_ frame]) + autofill::kAroundTextPadding;
[icon_ setFrameOrigin:frame.origin];
}

Powered by Google App Engine
This is Rietveld 408576698