| Index: chrome/browser/ui/cocoa/extensions/extension_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/extensions/extension_view_mac.mm (revision 138369)
|
| +++ chrome/browser/ui/cocoa/extensions/extension_view_mac.mm (working copy)
|
| @@ -67,7 +67,7 @@
|
| pending_background_.reset();
|
| }
|
|
|
| - content::ViewType host_type = extension_host_->extension_host_type();
|
| + chrome::ViewType host_type = extension_host_->extension_host_type();
|
| if (host_type == chrome::VIEW_TYPE_EXTENSION_POPUP) {
|
| gfx::Size min_size(ExtensionViewMac::kMinWidth,
|
| ExtensionViewMac::kMinHeight);
|
|
|