Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: components/omnibox/search_suggestion_parser.h

Issue 443043003: Rename components/autocomplete to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/autocomplete_scheme_classifier.h ('k') | components/omnibox/search_suggestion_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/omnibox/autocomplete_scheme_classifier.h ('k') | components/omnibox/search_suggestion_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698