| Index: chrome/browser/browsing_data/downloads_counter.cc
|
| diff --git a/chrome/browser/browsing_data/downloads_counter.cc b/chrome/browser/browsing_data/downloads_counter.cc
|
| index f0e78e2e3dbc57af7b7351e43dbbad823cfab83a..dd205ad8f5b10626bc62f90fa0368ba9530e88d9 100644
|
| --- a/chrome/browser/browsing_data/downloads_counter.cc
|
| +++ b/chrome/browser/browsing_data/downloads_counter.cc
|
| @@ -6,11 +6,12 @@
|
|
|
| #include "chrome/browser/download/download_history.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/pref_names.h"
|
| +#include "components/browsing_data/pref_names.h"
|
| #include "content/public/browser/download_manager.h"
|
|
|
| DownloadsCounter::DownloadsCounter(Profile* profile)
|
| - : BrowsingDataCounter(prefs::kDeleteDownloadHistory), profile_(profile) {}
|
| + : BrowsingDataCounter(browsing_data::prefs::kDeleteDownloadHistory),
|
| + profile_(profile) {}
|
|
|
| DownloadsCounter::~DownloadsCounter() {
|
| }
|
|
|