| Index: chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm b/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm
|
| index 1086232106774a504c2cbe45621ae6b985dff2ce..9e69e86f6759aa116930701745b75f7725294d97 100644
|
| --- a/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm
|
| @@ -53,11 +53,11 @@ void ChromeWebContentsViewDelegateMac::ShowContextMenu(
|
| context_menu_->Init();
|
| }
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
|
| content::WebContents* web_contents) {
|
| return new ChromeWebContentsViewDelegateMac(web_contents);
|
| }
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|