| 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 c3b362535caf8ef1322f650f8d602ac34c346be7..4bbe961dc5094d73ca689def4cff98700507214f 100644
|
| --- a/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
|
| +++ b/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
|
| @@ -13,8 +13,8 @@
|
| #include "base/guid.h"
|
| #include "base/values.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "components/browsing_data/browsing_data_utils.h"
|
| -#include "components/browsing_data/pref_names.h"
|
| +#include "components/browsing_data/core/browsing_data_utils.h"
|
| +#include "components/browsing_data/core/pref_names.h"
|
| #include "components/crx_file/id_util.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "extensions/browser/extension_registry.h"
|
|
|