Index: components/omnibox/scored_history_match.h |
diff --git a/chrome/browser/autocomplete/scored_history_match.h b/components/omnibox/scored_history_match.h |
similarity index 98% |
rename from chrome/browser/autocomplete/scored_history_match.h |
rename to components/omnibox/scored_history_match.h |
index d9b5ae4579c720c7af0b2a6f4e1e159c2554d203..055e635d8263b0c43af6bd4a9c0fe5a1b0b2eb0f 100644 |
--- a/chrome/browser/autocomplete/scored_history_match.h |
+++ b/components/omnibox/scored_history_match.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 CHROME_BROWSER_AUTOCOMPLETE_SCORED_HISTORY_MATCH_H_ |
-#define CHROME_BROWSER_AUTOCOMPLETE_SCORED_HISTORY_MATCH_H_ |
+#ifndef COMPONENTS_OMNIBOX_SCORED_HISTORY_MATCH_H_ |
+#define COMPONENTS_OMNIBOX_SCORED_HISTORY_MATCH_H_ |
#include <string> |
#include <vector> |
@@ -193,4 +193,4 @@ struct ScoredHistoryMatch : public history::HistoryMatch { |
}; |
typedef std::vector<ScoredHistoryMatch> ScoredHistoryMatches; |
-#endif // CHROME_BROWSER_AUTOCOMPLETE_SCORED_HISTORY_MATCH_H_ |
+#endif // COMPONENTS_OMNIBOX_SCORED_HISTORY_MATCH_H_ |