| Index: chrome/browser/ui/extensions/shell_window.cc
|
| ===================================================================
|
| --- chrome/browser/ui/extensions/shell_window.cc (revision 191609)
|
| +++ chrome/browser/ui/extensions/shell_window.cc (working copy)
|
| @@ -109,7 +109,7 @@
|
| FaviconTabHelper::CreateForWebContents(web_contents);
|
|
|
| web_contents->SetDelegate(this);
|
| - chrome::SetViewType(web_contents, chrome::VIEW_TYPE_APP_SHELL);
|
| + chrome::SetViewType(web_contents, extensions::VIEW_TYPE_APP_SHELL);
|
|
|
| // Initialize the window
|
| window_type_ = params.window_type;
|
|
|