| Index: chrome/browser/cocoa/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/cocoa/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar_view_mac.mm
|
| index 4409ba6c9871c750c35eb367bd9efe05a435dfed..edbd4a5f4bec6b1704addd21a5ffbedad4eeeac3 100644
|
| --- a/chrome/browser/cocoa/location_bar_view_mac.mm
|
| +++ b/chrome/browser/cocoa/location_bar_view_mac.mm
|
| @@ -15,7 +15,7 @@
|
| // TODO(shess): This code is mostly copied from the gtk
|
| // implementation. Make sure it's all appropriate and flesh it out.
|
|
|
| -LocationBarViewMac::LocationBarViewMac(NSTextField* field,
|
| +LocationBarViewMac::LocationBarViewMac(AutocompleteTextField* field,
|
| CommandUpdater* command_updater,
|
| ToolbarModel* toolbar_model,
|
| Profile* profile)
|
|
|