| Index: chrome/browser/ui/views/collected_cookies_views.cc
|
| diff --git a/chrome/browser/ui/views/collected_cookies_views.cc b/chrome/browser/ui/views/collected_cookies_views.cc
|
| index 889556d27161cf46f9d87ef0988642d6ebac4003..7b6d39055360697b1bc26fc042702528d5456b1d 100644
|
| --- a/chrome/browser/ui/views/collected_cookies_views.cc
|
| +++ b/chrome/browser/ui/views/collected_cookies_views.cc
|
| @@ -44,7 +44,7 @@
|
| #include "ui/views/layout/layout_constants.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Declared in browser_dialogs.h so others don't have to depend on our header.
|
| void ShowCollectedCookiesDialog(TabContents* tab_contents) {
|
| @@ -52,9 +52,10 @@ void ShowCollectedCookiesDialog(TabContents* tab_contents) {
|
| new CollectedCookiesViews(tab_contents);
|
| }
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| namespace {
|
| +
|
| // Spacing between the infobar frame and its contents.
|
| const int kInfobarVerticalPadding = 3;
|
| const int kInfobarHorizontalPadding = 8;
|
|
|