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

Unified Diff: chrome/browser/browsing_data/media_licenses_counter.cc

Issue 2136373003: Move browsing data deletion prefs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment 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.cc
diff --git a/chrome/browser/browsing_data/media_licenses_counter.cc b/chrome/browser/browsing_data/media_licenses_counter.cc
index e5d19c845aad3912bd8e5148465435a6eb5f393e..32a845122a8232b51350d1646d89d2b6b7084347 100644
--- a/chrome/browser/browsing_data/media_licenses_counter.cc
+++ b/chrome/browser/browsing_data/media_licenses_counter.cc
@@ -10,7 +10,7 @@
#include "base/memory/ref_counted.h"
#include "base/task_runner_util.h"
#include "chrome/browser/profiles/profile.h"
-#include "chrome/common/pref_names.h"
+#include "components/browsing_data/pref_names.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/storage_partition.h"
#include "storage/browser/fileapi/file_system_context.h"
@@ -52,7 +52,7 @@ const std::string& MediaLicensesCounter::MediaLicenseResult::GetOneOrigin()
}
MediaLicensesCounter::MediaLicensesCounter(Profile* profile)
- : BrowsingDataCounter(prefs::kDeleteMediaLicenses),
+ : BrowsingDataCounter(browsing_data::prefs::kDeleteMediaLicenses),
profile_(profile),
weak_ptr_factory_(this) {}

Powered by Google App Engine
This is Rietveld 408576698