| Index: chrome/browser/ui/panels/panel_host.cc
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_host.cc (revision 191609)
|
| +++ chrome/browser/ui/panels/panel_host.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| content::WebContents::CreateParams create_params(
|
| profile_, content::SiteInstance::CreateForURL(profile_, url));
|
| web_contents_.reset(content::WebContents::Create(create_params));
|
| - chrome::SetViewType(web_contents_.get(), chrome::VIEW_TYPE_PANEL);
|
| + chrome::SetViewType(web_contents_.get(), extensions::VIEW_TYPE_PANEL);
|
| web_contents_->SetDelegate(this);
|
| content::WebContentsObserver::Observe(web_contents_.get());
|
|
|
|
|