Index: components/suggestions/blacklist_store.h |
diff --git a/chrome/browser/search/suggestions/blacklist_store.h b/components/suggestions/blacklist_store.h |
similarity index 89% |
rename from chrome/browser/search/suggestions/blacklist_store.h |
rename to components/suggestions/blacklist_store.h |
index fd4a8a056c394f43f7afd8ea9991974f6fc46ca2..072e3f69c0e2b3120b847c9c3d733f0113401686 100644 |
--- a/chrome/browser/search/suggestions/blacklist_store.h |
+++ b/components/suggestions/blacklist_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_BLACKLIST_STORE_H_ |
-#define CHROME_BROWSER_SEARCH_SUGGESTIONS_BLACKLIST_STORE_H_ |
+#ifndef COMPONENTS_SUGGESTIONS_BLACKLIST_STORE_H_ |
+#define COMPONENTS_SUGGESTIONS_BLACKLIST_STORE_H_ |
#include "base/macros.h" |
-#include "chrome/browser/search/suggestions/proto/suggestions.pb.h" |
+#include "components/suggestions/proto/suggestions.pb.h" |
#include "url/gurl.h" |
class PrefService; |
@@ -68,4 +68,4 @@ class BlacklistStore { |
} // namespace suggestions |
-#endif // CHROME_BROWSER_SEARCH_SUGGESTIONS_BLACKLIST_STORE_H_ |
+#endif // COMPONENTS_SUGGESTIONS_BLACKLIST_STORE_H_ |