| // Copyright 2021 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #ifndef IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_TEXT_FIELD_LEGACY_H_ |
| #define IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_TEXT_FIELD_LEGACY_H_ |
| #import "ios/chrome/browser/ui/omnibox/omnibox_text_field_ios.h" |
| // The older implementation of the omnibox textfield. |
| @interface OmniboxTextFieldLegacy : OmniboxTextFieldIOS |
| #endif // IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_TEXT_FIELD_LEGACY_H_ |