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

Unified Diff: chrome/browser/browsing_data/downloads_counter.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: Fixed dependencies 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/downloads_counter.h
diff --git a/chrome/browser/browsing_data/downloads_counter.h b/chrome/browser/browsing_data/downloads_counter.h
index 29217f16b33b83ae7beff67492a0c7af64ca37f5..94eedb656a6fd4a3b71f3592899cfec71030bd7f 100644
--- a/chrome/browser/browsing_data/downloads_counter.h
+++ b/chrome/browser/browsing_data/downloads_counter.h
@@ -16,6 +16,8 @@ class DownloadsCounter : public browsing_data::BrowsingDataCounter {
explicit DownloadsCounter(Profile* profile);
~DownloadsCounter() override;
+ const std::string& GetPrefName() const override;
+
private:
// BrowsingDataRemover implementation.
void Count() override;

Powered by Google App Engine
This is Rietveld 408576698