| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| index 98614e9e87ab2561ead0c8872153c5d6c5fd4917..546380e653dfa192fd0b5541c01342b026d598fe 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_DIALOG_CONSTANTS__H_
|
|
|
| // Constants governing layout of autofill dialog.
|
| -namespace {
|
| +namespace autofill {
|
|
|
| // Horizontal padding between text and other elements (in pixels).
|
| const CGFloat kAroundTextPadding = 4;
|
| @@ -31,6 +31,6 @@ const int kDetailTopPadding = 20;
|
| // Padding between the bottom of the details section and the button strip.
|
| const int kDetailBottomPadding = 30;
|
|
|
| -} // namespace
|
| +} // autofill
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_DIALOG_CONSTANTS__H_
|
|
|