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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_factory.h

Issue 2153863002: Move counters for passwords, history and autofill to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate_build_targets_in_components_bd
Patch Set: Addressed comments Created 4 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
Index: chrome/browser/browsing_data/browsing_data_counter_factory.h
diff --git a/chrome/browser/browsing_data/browsing_data_counter_factory.h b/chrome/browser/browsing_data/browsing_data_counter_factory.h
index 96b236f2df933d3d14e55152748c88c8784746a6..1bbd15aea8f380574674a3e427ef249b80c6baec 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_factory.h
+++ b/chrome/browser/browsing_data/browsing_data_counter_factory.h
@@ -16,6 +16,10 @@ namespace browsing_data {
class BrowsingDataCounter;
}
+namespace history {
+class WebHistoryService;
maxbogue 2016/07/21 16:03:05 Why is this here? I don't see any reference in thi
ioanap 2016/07/22 09:59:25 It was used before. Removed it now. Thank you! Do
+}
+
class BrowsingDataCounterFactory {
public:
// Creates a new instance of BrowsingDataCounter that is counting the data

Powered by Google App Engine
This is Rietveld 408576698