| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| index 9c302858d9a97000fee92170850bad3e401e560a..64509c3bde4c2135037f52ffdd96328cb6115d54 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| #import "chrome/browser/ui/cocoa/styled_text_field.h"
|
| +#import "chrome/browser/ui/cocoa/themed_window.h"
|
| #import "chrome/browser/ui/cocoa/url_drop_target.h"
|
|
|
| @class AutocompleteTextFieldCell;
|
| @@ -117,7 +118,8 @@ class AutocompleteTextFieldObserver {
|
| };
|
|
|
| @interface AutocompleteTextField : StyledTextField<NSTextViewDelegate,
|
| - URLDropTarget> {
|
| + URLDropTarget,
|
| + ThemedWindowDrawing> {
|
| @private
|
| // Undo manager for this text field. We use a specific instance rather than
|
| // the standard undo manager in order to let us clear the undo stack at will.
|
|
|