| Index: components/browsing_data/core/counters/browsing_data_counter.h
|
| diff --git a/components/browsing_data/counters/browsing_data_counter.h b/components/browsing_data/core/counters/browsing_data_counter.h
|
| similarity index 94%
|
| rename from components/browsing_data/counters/browsing_data_counter.h
|
| rename to components/browsing_data/core/counters/browsing_data_counter.h
|
| index cb01bcabf35961206e21a67580f6179b2c7d6279..5ef123945db9a5feaff42b95aae91ab6e467dc6d 100644
|
| --- a/components/browsing_data/counters/browsing_data_counter.h
|
| +++ b/components/browsing_data/core/counters/browsing_data_counter.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_BROWSING_DATA_COUNTERS_BROWSING_DATA_COUNTER_H_
|
| -#define COMPONENTS_BROWSING_DATA_COUNTERS_BROWSING_DATA_COUNTER_H_
|
| +#ifndef COMPONENTS_BROWSING_DATA_CORE_COUNTERS_BROWSING_DATA_COUNTER_H_
|
| +#define COMPONENTS_BROWSING_DATA_CORE_COUNTERS_BROWSING_DATA_COUNTER_H_
|
|
|
| #include <stdint.h>
|
| #include <string>
|
| @@ -120,4 +120,4 @@ class BrowsingDataCounter {
|
|
|
| } // namespace browsing_data
|
|
|
| -#endif // COMPONENTS_BROWSING_DATA_COUNTERS_BROWSING_DATA_COUNTER_H_
|
| +#endif // COMPONENTS_BROWSING_DATA_CORE_COUNTERS_BROWSING_DATA_COUNTER_H_
|
|
|