| 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 dc284b4e0df63aae835b2ebac101746a4902a322..adaa98fa0da0bbb95522709a1bc492ad5e4cffe1 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
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_EDITOR_H_
|
| +#define CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_EDITOR_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| @@ -56,3 +59,5 @@ class AutocompleteTextFieldObserver;
|
| - (AutocompleteTextFieldObserver*)observer;
|
| - (void)pasteAndGo:sender;
|
| @end
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_EDITOR_H_
|
|
|