Index: components/omnibox/history_url_provider.h |
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/components/omnibox/history_url_provider.h |
similarity index 98% |
rename from chrome/browser/autocomplete/history_url_provider.h |
rename to components/omnibox/history_url_provider.h |
index 53796f45f3bb6c759eb5cac84fdb0023fb40eaaa..e22c6ce14bfd122543bcb2804cbdabb01aa16a71 100644 |
--- a/chrome/browser/autocomplete/history_url_provider.h |
+++ b/components/omnibox/history_url_provider.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_HISTORY_URL_PROVIDER_H_ |
-#define CHROME_BROWSER_AUTOCOMPLETE_HISTORY_URL_PROVIDER_H_ |
+#ifndef COMPONENTS_OMNIBOX_HISTORY_URL_PROVIDER_H_ |
+#define COMPONENTS_OMNIBOX_HISTORY_URL_PROVIDER_H_ |
#include <string> |
#include <vector> |
@@ -341,4 +341,4 @@ class HistoryURLProvider : public HistoryProvider { |
DISALLOW_COPY_AND_ASSIGN(HistoryURLProvider); |
}; |
-#endif // CHROME_BROWSER_AUTOCOMPLETE_HISTORY_URL_PROVIDER_H_ |
+#endif // COMPONENTS_OMNIBOX_HISTORY_URL_PROVIDER_H_ |