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

Unified Diff: components/omnibox/url_prefix.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/test_scheme_classifier.cc ('k') | components/omnibox/url_prefix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/omnibox/test_scheme_classifier.cc ('k') | components/omnibox/url_prefix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698