| Index: chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/omnibox/omnibox_view_win.h (revision 95527)
|
| +++ chrome/browser/ui/views/omnibox/omnibox_view_win.h (working copy)
|
| @@ -29,7 +29,6 @@
|
| class AutocompleteEditModel;
|
| class AutocompletePopupView;
|
| class LocationBarView;
|
| -class Profile;
|
| class TabContents;
|
|
|
| namespace views {
|
| @@ -66,7 +65,6 @@
|
| ToolbarModel* toolbar_model,
|
| LocationBarView* parent_view,
|
| HWND hwnd,
|
| - Profile* profile,
|
| CommandUpdater* command_updater,
|
| bool popup_window_mode,
|
| const views::View* location_bar);
|
|
|