| 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 0192efe6ec68aa24aaa518abfd0c42c164a1aa5e..a1552d07c5e298bb6b1cadc4b2778e281d8a2b51 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;
|
|
|
| @@ -62,4 +62,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_
|
|
|