Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: components/suggestions/suggestions_store.h

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/suggestions/suggestions_service_unittest.cc ('k') | components/suggestions/suggestions_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/suggestions/suggestions_service_unittest.cc ('k') | components/suggestions/suggestions_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698