| Index: components/browsing_data/core/browsing_data_utils.h
|
| diff --git a/components/browsing_data/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
|
| similarity index 86%
|
| rename from components/browsing_data/browsing_data_utils.h
|
| rename to components/browsing_data/core/browsing_data_utils.h
|
| index 3211d76e3cad9be60f93d1ca03a36897d94cc25e..bc65b14b4aa0a273b2de985b6a8062098fafc527 100644
|
| --- a/components/browsing_data/browsing_data_utils.h
|
| +++ b/components/browsing_data/core/browsing_data_utils.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_BROWSING_DATA_UTILS_H_
|
| -#define COMPONENTS_BROWSING_DATA_BROWSING_DATA_UTILS_H_
|
| +#ifndef COMPONENTS_BROWSING_DATA_CORE_BROWSING_DATA_UTILS_H_
|
| +#define COMPONENTS_BROWSING_DATA_CORE_BROWSING_DATA_UTILS_H_
|
|
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
| @@ -44,4 +44,4 @@ base::Time CalculateBeginDeleteTime(TimePeriod time_period);
|
|
|
| } // namespace browsing_data
|
|
|
| -#endif // COMPONENTS_BROWSING_DATA_BROWSING_DATA_UTILS_H_
|
| +#endif // COMPONENTS_BROWSING_DATA_CORE_BROWSING_DATA_UTILS_H_
|
|
|