| Index: components/suggestions/suggestions_store.h
|
| diff --git a/chrome/browser/search/suggestions/suggestions_store.h b/components/suggestions/suggestions_store.h
|
| similarity index 86%
|
| rename from chrome/browser/search/suggestions/suggestions_store.h
|
| rename to components/suggestions/suggestions_store.h
|
| index cda5cd5c31c6b20f2181942b7ea8528f6cf9dac4..c39f6620077e20c9c8c7a2950ab5770bbc95fadf 100644
|
| --- a/chrome/browser/search/suggestions/suggestions_store.h
|
| +++ b/components/suggestions/suggestions_store.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SEARCH_SUGGESTIONS_SUGGESTIONS_STORE_H_
|
| -#define CHROME_BROWSER_SEARCH_SUGGESTIONS_SUGGESTIONS_STORE_H_
|
| +#ifndef COMPONENTS_SUGGESTIONS_SUGGESTIONS_STORE_H_
|
| +#define COMPONENTS_SUGGESTIONS_SUGGESTIONS_STORE_H_
|
|
|
| #include "base/macros.h"
|
| -#include "chrome/browser/search/suggestions/proto/suggestions.pb.h"
|
| +#include "components/suggestions/proto/suggestions.pb.h"
|
|
|
| class PrefService;
|
|
|
| @@ -52,4 +52,4 @@ class SuggestionsStore {
|
|
|
| } // namespace suggestions
|
|
|
| -#endif // CHROME_BROWSER_SEARCH_SUGGESTIONS_SUGGESTIONS_STORE_H_
|
| +#endif // COMPONENTS_SUGGESTIONS_SUGGESTIONS_STORE_H_
|
|
|