| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| index 1f2ae05c20ff4deb8097f82b405a7d6ff131228f..88a6f0a681aa6f8a7b00f377beb859af7d1a08dc 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| @@ -2,8 +2,8 @@
|
| // 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_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_
|
| -#define CHROME_BROWSER_UI_COCOA_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_
|
| +#define CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| @@ -58,4 +58,4 @@ class MockAutocompleteTextFieldObserver : public AutocompleteTextFieldObserver {
|
| MOCK_METHOD1(OnMouseDown, void(NSInteger button_number));
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_
|
|
|