| Index: chrome/browser/browsing_data/hosted_apps_counter.cc
|
| diff --git a/chrome/browser/browsing_data/hosted_apps_counter.cc b/chrome/browser/browsing_data/hosted_apps_counter.cc
|
| index faa0da2ff8386c11ac7ee786233efe983213d806..09c4ac8abe944e366a551ca716db7e0d935be8b0 100644
|
| --- a/chrome/browser/browsing_data/hosted_apps_counter.cc
|
| +++ b/chrome/browser/browsing_data/hosted_apps_counter.cc
|
| @@ -9,12 +9,13 @@
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/pref_names.h"
|
| +#include "components/browsing_data/pref_names.h"
|
| #include "extensions/browser/extension_registry.h"
|
| #include "extensions/common/extension.h"
|
|
|
| HostedAppsCounter::HostedAppsCounter(Profile* profile)
|
| - : BrowsingDataCounter(prefs::kDeleteHostedAppsData), profile_(profile) {}
|
| + : BrowsingDataCounter(browsing_data::prefs::kDeleteHostedAppsData),
|
| + profile_(profile) {}
|
|
|
| HostedAppsCounter::~HostedAppsCounter() {}
|
|
|
|
|