| Index: chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc b/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
|
| index 84a0c870f49e90158a1c803d133f4dd399a5dc76..c3b362535caf8ef1322f650f8d602ac34c346be7 100644
|
| --- a/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
|
| +++ b/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
|
| @@ -12,7 +12,6 @@
|
| #include "base/bind.h"
|
| #include "base/guid.h"
|
| #include "base/values.h"
|
| -#include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/browsing_data/browsing_data_utils.h"
|
| #include "components/browsing_data/pref_names.h"
|
| @@ -98,7 +97,8 @@ class HostedAppsCounterTest : public testing::Test {
|
| // Setting preferences. ------------------------------------------------------
|
|
|
| void SetHostedAppsDeletionPref(bool value) {
|
| - GetProfile()->GetPrefs()->SetBoolean(prefs::kDeleteHostedAppsData, value);
|
| + GetProfile()->GetPrefs()->SetBoolean(
|
| + browsing_data::prefs::kDeleteHostedAppsData, value);
|
| }
|
|
|
| void SetDeletionPeriodPref(browsing_data::TimePeriod period) {
|
|
|