| Index: components/omnibox/history_quick_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/components/omnibox/history_quick_provider.h
|
| similarity index 90%
|
| rename from chrome/browser/autocomplete/history_quick_provider.h
|
| rename to components/omnibox/history_quick_provider.h
|
| index 6a3b9a6175dd1c619fa1602ba1487f98b39e9cd2..6f44f72b13d210e109fb2907d6dfe72a2198e635 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.h
|
| +++ b/components/omnibox/history_quick_provider.h
|
| @@ -2,18 +2,18 @@
|
| // 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_QUICK_PROVIDER_H_
|
| -#define CHROME_BROWSER_AUTOCOMPLETE_HISTORY_QUICK_PROVIDER_H_
|
| +#ifndef COMPONENTS_OMNIBOX_HISTORY_QUICK_PROVIDER_H_
|
| +#define COMPONENTS_OMNIBOX_HISTORY_QUICK_PROVIDER_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/autocomplete/in_memory_url_index.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/omnibox/autocomplete_input.h"
|
| #include "components/omnibox/autocomplete_match.h"
|
| #include "components/omnibox/history_provider.h"
|
| +#include "components/omnibox/in_memory_url_index.h"
|
|
|
| struct ScoredHistoryMatch;
|
|
|
| @@ -64,4 +64,4 @@ class HistoryQuickProvider : public HistoryProvider {
|
| DISALLOW_COPY_AND_ASSIGN(HistoryQuickProvider);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOCOMPLETE_HISTORY_QUICK_PROVIDER_H_
|
| +#endif // COMPONENTS_OMNIBOX_HISTORY_QUICK_PROVIDER_H_
|
|
|