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

Unified Diff: components/omnibox/search_suggestion_parser.cc

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/search_suggestion_parser.h ('k') | components/omnibox/test_scheme_classifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/search_suggestion_parser.cc
diff --git a/components/autocomplete/search_suggestion_parser.cc b/components/omnibox/search_suggestion_parser.cc
similarity index 99%
rename from components/autocomplete/search_suggestion_parser.cc
rename to components/omnibox/search_suggestion_parser.cc
index 2f72b28e6d8b88298c01f72577b83fbcdbd9aeca..a481def345dee8aec352842f70e423d10125faeb 100644
--- a/components/autocomplete/search_suggestion_parser.cc
+++ b/components/omnibox/search_suggestion_parser.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/autocomplete/search_suggestion_parser.h"
+#include "components/omnibox/search_suggestion_parser.h"
#include "base/i18n/icu_string_conversions.h"
#include "base/json/json_string_value_serializer.h"
@@ -11,8 +11,8 @@
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
-#include "components/autocomplete/autocomplete_input.h"
-#include "components/autocomplete/url_prefix.h"
+#include "components/omnibox/autocomplete_input.h"
+#include "components/omnibox/url_prefix.h"
#include "components/url_fixer/url_fixer.h"
#include "net/base/net_util.h"
#include "net/http/http_response_headers.h"
« no previous file with comments | « components/omnibox/search_suggestion_parser.h ('k') | components/omnibox/test_scheme_classifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698