Index: components/suggestions/blacklist_store.cc |
diff --git a/chrome/browser/search/suggestions/blacklist_store.cc b/components/suggestions/blacklist_store.cc |
similarity index 97% |
rename from chrome/browser/search/suggestions/blacklist_store.cc |
rename to components/suggestions/blacklist_store.cc |
index 85209724b5003fc69809148746e04e41c54e4f2d..1e928695ed5c8da08de8a0c9840811ad8b2c9378 100644 |
--- a/chrome/browser/search/suggestions/blacklist_store.cc |
+++ b/components/suggestions/blacklist_store.cc |
@@ -2,7 +2,7 @@ |
// 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/blacklist_store.h" |
+#include "components/suggestions/blacklist_store.h" |
#include <set> |
#include <string> |
@@ -10,8 +10,8 @@ |
#include "base/base64.h" |
#include "base/metrics/histogram.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 { |