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

Unified Diff: chrome/browser/browsing_data/media_licenses_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/media_licenses_counter.h
diff --git a/chrome/browser/browsing_data/media_licenses_counter.h b/chrome/browser/browsing_data/media_licenses_counter.h
index 419f3dc84841bd41574d13b664566c648c9805e8..aec58f31828c2272620dbc538634dc20b98dee6f 100644
--- a/chrome/browser/browsing_data/media_licenses_counter.h
+++ b/chrome/browser/browsing_data/media_licenses_counter.h
@@ -38,7 +38,10 @@ class MediaLicensesCounter : public browsing_data::BrowsingDataCounter {
explicit MediaLicensesCounter(Profile* profile);
~MediaLicensesCounter() override;
+ const std::string& GetPrefName() const override;
+
private:
+ const std::string pref_name_;
Profile* profile_;
// BrowsingDataCounter implementation.

Powered by Google App Engine
This is Rietveld 408576698