Chromium Code Reviews| Index: chrome/browser/ui/browser_tab_contents.cc |
| =================================================================== |
| --- chrome/browser/ui/browser_tab_contents.cc (revision 191609) |
| +++ chrome/browser/ui/browser_tab_contents.cc (working copy) |
| @@ -91,7 +91,7 @@ |
| new base::SupportsUserData::Data()); |
| // Set the view type. |
| - chrome::SetViewType(web_contents, chrome::VIEW_TYPE_TAB_CONTENTS); |
| + chrome::SetViewType(web_contents, extensions::VIEW_TYPE_TAB_CONTENTS); |
| // Create all the tab helpers. |