| Index: components/browsing_data/core/counters/browsing_data_counter.cc
|
| diff --git a/components/browsing_data/counters/browsing_data_counter.cc b/components/browsing_data/core/counters/browsing_data_counter.cc
|
| similarity index 93%
|
| rename from components/browsing_data/counters/browsing_data_counter.cc
|
| rename to components/browsing_data/core/counters/browsing_data_counter.cc
|
| index 5e5c0e4fce35071d19d3e6151984e0b9775647e3..3aa9d51ad3f776265fa78d0cb1d82fa6e096ceab 100644
|
| --- a/components/browsing_data/counters/browsing_data_counter.cc
|
| +++ b/components/browsing_data/core/counters/browsing_data_counter.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/browsing_data/counters/browsing_data_counter.h"
|
| +#include "components/browsing_data/core/counters/browsing_data_counter.h"
|
|
|
| #include <utility>
|
|
|
| #include "base/memory/ptr_util.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/prefs/pref_service.h"
|
|
|
| namespace browsing_data {
|
|
|