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

Side by Side Diff: components/suggestions/blacklist_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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/suggestions/OWNERS ('k') | components/suggestions/blacklist_store.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SEARCH_SUGGESTIONS_BLACKLIST_STORE_H_ 5 #ifndef COMPONENTS_SUGGESTIONS_BLACKLIST_STORE_H_
6 #define CHROME_BROWSER_SEARCH_SUGGESTIONS_BLACKLIST_STORE_H_ 6 #define COMPONENTS_SUGGESTIONS_BLACKLIST_STORE_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "chrome/browser/search/suggestions/proto/suggestions.pb.h" 9 #include "components/suggestions/proto/suggestions.pb.h"
10 #include "url/gurl.h" 10 #include "url/gurl.h"
11 11
12 class PrefService; 12 class PrefService;
13 13
14 namespace user_prefs { 14 namespace user_prefs {
15 class PrefRegistrySyncable; 15 class PrefRegistrySyncable;
16 } // namespace user_prefs 16 } // namespace user_prefs
17 17
18 namespace suggestions { 18 namespace suggestions {
19 19
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 private: 62 private:
63 // The pref service used to persist the suggestions blacklist. 63 // The pref service used to persist the suggestions blacklist.
64 PrefService* pref_service_; 64 PrefService* pref_service_;
65 65
66 DISALLOW_COPY_AND_ASSIGN(BlacklistStore); 66 DISALLOW_COPY_AND_ASSIGN(BlacklistStore);
67 }; 67 };
68 68
69 } // namespace suggestions 69 } // namespace suggestions
70 70
71 #endif // CHROME_BROWSER_SEARCH_SUGGESTIONS_BLACKLIST_STORE_H_ 71 #endif // COMPONENTS_SUGGESTIONS_BLACKLIST_STORE_H_
OLDNEW
« no previous file with comments | « components/suggestions/OWNERS ('k') | components/suggestions/blacklist_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698