| Index: chrome/browser/extensions/extension_host_mac.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_host_mac.h (revision 138369)
|
| +++ chrome/browser/extensions/extension_host_mac.h (working copy)
|
| @@ -18,7 +18,7 @@
|
| public:
|
| ExtensionHostMac(const extensions::Extension* extension,
|
| content::SiteInstance* site_instance,
|
| - const GURL& url, content::ViewType host_type) :
|
| + const GURL& url, chrome::ViewType host_type) :
|
| ExtensionHost(extension, site_instance, url, host_type) {}
|
| virtual ~ExtensionHostMac();
|
|
|
|
|