| Index: chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| index 351cefed0bed7d9e1ae09ffeb540fe77b6dd6573..c88a270e8cd9d52fd31060c6762cec5496c70321 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| @@ -4,7 +4,6 @@
|
|
|
| #import "chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h"
|
|
|
| -#include "base/i18n/rtl.h"
|
| #include "base/logging.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "chrome/browser/ui/autofill/autofill_popup_controller.h"
|
| @@ -196,7 +195,7 @@ NSColor* SubtextColor() {
|
| [NSBezierPath fillRect:bounds];
|
| }
|
|
|
| - BOOL isRTL = base::i18n::IsRTL();
|
| + BOOL isRTL = controller_->IsRTL();
|
|
|
| NSDictionary* nameAttributes =
|
| [NSDictionary dictionaryWithObjectsAndKeys:
|
|
|