| Index: chrome/browser/ui/views/omnibox/omnibox_views.h | 
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_views.h b/chrome/browser/ui/views/omnibox/omnibox_views.h | 
| index 0b58c0a75c8f88c530f3fa35b86a66a53e798f94..d97953f52a1a6acf18d986f995c6fedb6360ed1f 100644 | 
| --- a/chrome/browser/ui/views/omnibox/omnibox_views.h | 
| +++ b/chrome/browser/ui/views/omnibox/omnibox_views.h | 
| @@ -13,11 +13,16 @@ class OmniboxView; | 
| class Profile; | 
| class ToolbarModel; | 
|  | 
| +namespace views { | 
| +class View; | 
| +} | 
| + | 
| OmniboxView* CreateOmniboxView(AutocompleteEditController* controller, | 
| ToolbarModel* toolbar_model, | 
| Profile* profile, | 
| CommandUpdater* command_updater, | 
| bool popup_window_mode, | 
| -                               LocationBarView* location_bar); | 
| +                               LocationBarView* location_bar, | 
| +                               views::View* popup_parent_view); | 
|  | 
| #endif  // CHROME_BROWSER_UI_VIEWS_OMNIBOX_OMNIBOX_VIEWS_H_ | 
|  |