| Index: chrome/browser/browsing_data/passwords_counter.cc
|
| diff --git a/chrome/browser/browsing_data/passwords_counter.cc b/chrome/browser/browsing_data/passwords_counter.cc
|
| index e235fa41c4ff298018c354b2cbb533864266905d..b8891ef4b937b2886de21142ef01c6e11d1c2d5b 100644
|
| --- a/chrome/browser/browsing_data/passwords_counter.cc
|
| +++ b/chrome/browser/browsing_data/passwords_counter.cc
|
| @@ -5,11 +5,12 @@
|
| #include "chrome/browser/browsing_data/passwords_counter.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/pref_names.h"
|
| +#include "components/browsing_data/pref_names.h"
|
| #include "components/password_manager/core/browser/password_store.h"
|
|
|
| PasswordsCounter::PasswordsCounter(Profile* profile)
|
| - : BrowsingDataCounter(prefs::kDeletePasswords), profile_(profile) {}
|
| + : BrowsingDataCounter(browsing_data::prefs::kDeletePasswords),
|
| + profile_(profile) {}
|
|
|
| PasswordsCounter::~PasswordsCounter() {
|
| store_->RemoveObserver(this);
|
|
|