| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h
|
| index ab2ecad39e027f7d652c1fb13afc3ed6ba4497a4..0fb99ede372666758ab8ff1bdc7dafa2458d03d0 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h
|
| @@ -5,6 +5,7 @@
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| +#import "chrome/browser/ui/cocoa/themed_window.h"
|
| #import "chrome/browser/ui/cocoa/url_drop_target.h"
|
|
|
| @class AutocompleteTextField;
|
| @@ -18,7 +19,8 @@ class AutocompleteTextFieldObserver;
|
| // pasteboard).
|
|
|
| // Field editor used for the autocomplete field.
|
| -@interface AutocompleteTextFieldEditor : NSTextView<URLDropTarget> {
|
| +@interface AutocompleteTextFieldEditor : NSTextView<URLDropTarget,
|
| + ThemedWindowDrawing> {
|
| // Handles being a drag-and-drop target. We handle DnD directly instead
|
| // allowing the |AutocompletTextField| to handle it (by making an empty
|
| // |-updateDragTypeRegistration|), since the latter results in a weird
|
|
|