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

Unified Diff: components/omnibox/autocomplete_match.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_input_unittest.cc ('k') | components/omnibox/autocomplete_match.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_match.h
diff --git a/components/autocomplete/autocomplete_match.h b/components/omnibox/autocomplete_match.h
similarity index 98%
rename from components/autocomplete/autocomplete_match.h
rename to components/omnibox/autocomplete_match.h
index f44a2b864f79f65b25d746203850a3185c20b05f..118d939c2140fe1508b3690ed5bd304ecc8cd339 100644
--- a/components/autocomplete/autocomplete_match.h
+++ b/components/omnibox/autocomplete_match.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_H_
-#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_H_
+#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_H_
+#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_H_
#include <map>
#include <string>
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "components/autocomplete/autocomplete_match_type.h"
+#include "components/omnibox/autocomplete_match_type.h"
#include "components/search_engines/template_url.h"
#include "content/public/common/page_transition_types.h"
#include "url/gurl.h"
@@ -386,4 +386,4 @@ typedef AutocompleteMatch::ACMatchClassification ACMatchClassification;
typedef std::vector<ACMatchClassification> ACMatchClassifications;
typedef std::vector<AutocompleteMatch> ACMatches;
-#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_H_
+#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_H_
« no previous file with comments | « components/omnibox/autocomplete_input_unittest.cc ('k') | components/omnibox/autocomplete_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698