| Index: components/omnibox/url_prefix.h
|
| diff --git a/components/autocomplete/url_prefix.h b/components/omnibox/url_prefix.h
|
| similarity index 94%
|
| rename from components/autocomplete/url_prefix.h
|
| rename to components/omnibox/url_prefix.h
|
| index 04a88181df03472a619881da52208d98405b8126..cd25785ef1e1e68464ac93872a41e02790e294f0 100644
|
| --- a/components/autocomplete/url_prefix.h
|
| +++ b/components/omnibox/url_prefix.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_URL_PREFIX_H_
|
| -#define COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_
|
| +#ifndef COMPONENTS_OMNIBOX_URL_PREFIX_H_
|
| +#define COMPONENTS_OMNIBOX_URL_PREFIX_H_
|
|
|
| #include <vector>
|
|
|
| @@ -60,4 +60,4 @@ struct URLPrefix {
|
| size_t num_components;
|
| };
|
|
|
| -#endif // COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_
|
| +#endif // COMPONENTS_OMNIBOX_URL_PREFIX_H_
|
|
|