| Index: chrome/browser/browsing_data/browsing_data_counter.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_counter.cc b/chrome/browser/browsing_data/browsing_data_counter.cc
|
| index 0ac965afe30895406f7195f66c33f3628995062f..f469e661ddd5d886a2c48d5b6341833997e99d5d 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include <utility>
|
|
|
| -#include "base/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| BrowsingDataCounter::BrowsingDataCounter() {}
|
|
|
|
|