| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| index ee66dfef2fddffcd20361f751d367d3ce6808866..e4b4694031160e469665c0f469d9c253217dd9ca 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| @@ -30,12 +30,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/gfx/platform_font.h"
|
|
|
| -namespace {
|
| -
|
| const CGFloat kAccountChooserHeight = 20.0;
|
| -const CGFloat kRelatedControlVerticalSpacing = 8.0;
|
| -
|
| -} // namespace;
|
|
|
| namespace autofill {
|
|
|
|
|