| Index: components/omnibox/autocomplete_result.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_result.h b/components/omnibox/autocomplete_result.h
|
| similarity index 97%
|
| rename from chrome/browser/autocomplete/autocomplete_result.h
|
| rename to components/omnibox/autocomplete_result.h
|
| index e128ae7c92dd3d4e0aff2b5a99f475138eb5512c..e4fd69ab80459e382a40796a862702b197cf7a42 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_result.h
|
| +++ b/components/omnibox/autocomplete_result.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_AUTOCOMPLETE_AUTOCOMPLETE_RESULT_H_
|
| -#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_RESULT_H_
|
| +#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_RESULT_H_
|
| +#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_RESULT_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -202,4 +202,4 @@ class AutocompleteResult {
|
| DISALLOW_COPY_AND_ASSIGN(AutocompleteResult);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_RESULT_H_
|
| +#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_RESULT_H_
|
|
|