| Index: chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm b/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm
|
| index 822857631e5f0d09cecdb30996a3889ee0921d1d..b6988e53158465675c05c7d979e4d505c38eed0f 100644
|
| --- a/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm
|
| @@ -50,7 +50,7 @@ const int kButtonHEdgeMargin = 7;
|
|
|
| } // namespace
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| void ShowConfirmBubble(gfx::NativeView view,
|
| const gfx::Point& origin,
|
| @@ -68,7 +68,7 @@ void ShowConfirmBubble(gfx::NativeView view,
|
| [[view window] makeFirstResponder:[controller view]];
|
| }
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| // An interface that is derived from NSTextView and does not accept
|
| // first-responder status, i.e. a NSTextView-derived class that never becomes
|
|
|