| Index: components/suggestions/suggestions_store.cc
|
| diff --git a/chrome/browser/search/suggestions/suggestions_store.cc b/components/suggestions/suggestions_store.cc
|
| similarity index 94%
|
| rename from chrome/browser/search/suggestions/suggestions_store.cc
|
| rename to components/suggestions/suggestions_store.cc
|
| index e57569d7fafce5b6aaa5699ad8c447371855c6f7..1d1147b342c12650cbc15f65bbd86cb5c32bb16d 100644
|
| --- a/chrome/browser/search/suggestions/suggestions_store.cc
|
| +++ b/components/suggestions/suggestions_store.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/search/suggestions/suggestions_store.h"
|
| +#include "components/suggestions/suggestions_store.h"
|
|
|
| #include <string>
|
|
|
| #include "base/base64.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "chrome/common/pref_names.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/suggestions/suggestions_pref_names.h"
|
|
|
| namespace suggestions {
|
|
|
|
|