| Index: components/browsing_data/core/browsing_data_utils.cc
|
| diff --git a/components/browsing_data/browsing_data_utils.cc b/components/browsing_data/core/browsing_data_utils.cc
|
| similarity index 92%
|
| rename from components/browsing_data/browsing_data_utils.cc
|
| rename to components/browsing_data/core/browsing_data_utils.cc
|
| index 122b709dd8ff09dd2bb5e4b67a2464e487f105b1..e3474b5e54aebea63e30896eddc4d1e9dff39f61 100644
|
| --- a/components/browsing_data/browsing_data_utils.cc
|
| +++ b/components/browsing_data/core/browsing_data_utils.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/browsing_data/browsing_data_utils.h"
|
| +#include "components/browsing_data/core/browsing_data_utils.h"
|
|
|
| namespace browsing_data {
|
|
|
|
|