| Index: chrome/browser/cocoa/location_bar_view_mac.h
|
| diff --git a/chrome/browser/cocoa/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar_view_mac.h
|
| index 26cd8fb05b24d2854031da39a751baaba6cb5a52..0bb630efd76129aff157c4309ca394fd59f929d9 100644
|
| --- a/chrome/browser/cocoa/location_bar_view_mac.h
|
| +++ b/chrome/browser/cocoa/location_bar_view_mac.h
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/browser/autocomplete/autocomplete_edit_view_mac.h"
|
| #include "chrome/browser/location_bar.h"
|
|
|
| +@class AutocompleteTextField;
|
| class CommandUpdater;
|
| class ToolbarModel;
|
|
|
| @@ -23,7 +24,7 @@ class LocationBarViewMac : public AutocompleteEditController,
|
| public LocationBar,
|
| public LocationBarTesting {
|
| public:
|
| - LocationBarViewMac(NSTextField* field,
|
| + LocationBarViewMac(AutocompleteTextField* field,
|
| CommandUpdater* command_updater,
|
| ToolbarModel* toolbar_model,
|
| Profile* profile);
|
|
|