| Index: components/omnibox/autocomplete_input.h
|
| diff --git a/components/autocomplete/autocomplete_input.h b/components/omnibox/autocomplete_input.h
|
| similarity index 98%
|
| rename from components/autocomplete/autocomplete_input.h
|
| rename to components/omnibox/autocomplete_input.h
|
| index ba1d3e1fa337f000654a7233b33ce6dad5dc2b2e..1cc1f3e60a39ec7edc407642ab5a21fce6f4d549 100644
|
| --- a/components/autocomplete/autocomplete_input.h
|
| +++ b/components/omnibox/autocomplete_input.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 COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_INPUT_H_
|
| -#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_INPUT_H_
|
| +#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_INPUT_H_
|
| +#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_INPUT_H_
|
|
|
| #include <string>
|
|
|
| @@ -206,4 +206,4 @@ class AutocompleteInput {
|
| bool want_asynchronous_matches_;
|
| };
|
|
|
| -#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_INPUT_H_
|
| +#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_INPUT_H_
|
|
|