| Index: components/omnibox/search_suggestion_parser.h
|
| diff --git a/components/autocomplete/search_suggestion_parser.h b/components/omnibox/search_suggestion_parser.h
|
| similarity index 97%
|
| rename from components/autocomplete/search_suggestion_parser.h
|
| rename to components/omnibox/search_suggestion_parser.h
|
| index 264700ef8ebcc1921fb544a703140dadf8f9e39c..f65a0ba76cf9ba7bc4e27b9b352683ab9eed32f7 100644
|
| --- a/components/autocomplete/search_suggestion_parser.h
|
| +++ b/components/omnibox/search_suggestion_parser.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOCOMPLETE_SEARCH_SUGGESTION_PARSER_H_
|
| -#define COMPONENTS_AUTOCOMPLETE_SEARCH_SUGGESTION_PARSER_H_
|
| +#ifndef COMPONENTS_OMNIBOX_SEARCH_SUGGESTION_PARSER_H_
|
| +#define COMPONENTS_OMNIBOX_SEARCH_SUGGESTION_PARSER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autocomplete/autocomplete_match.h"
|
| -#include "components/autocomplete/autocomplete_match_type.h"
|
| +#include "components/omnibox/autocomplete_match.h"
|
| +#include "components/omnibox/autocomplete_match_type.h"
|
| #include "url/gurl.h"
|
|
|
| class AutocompleteInput;
|
| @@ -288,4 +288,4 @@ class SearchSuggestionParser {
|
| DISALLOW_COPY_AND_ASSIGN(SearchSuggestionParser);
|
| };
|
|
|
| -#endif // COMPONENTS_AUTOCOMPLETE_SEARCH_SUGGESTION_PARSER_H_
|
| +#endif // COMPONENTS_OMNIBOX_SEARCH_SUGGESTION_PARSER_H_
|
|
|