| Index: components/browsing_data/core/pref_names.h
|
| diff --git a/components/browsing_data/pref_names.h b/components/browsing_data/core/pref_names.h
|
| similarity index 79%
|
| rename from components/browsing_data/pref_names.h
|
| rename to components/browsing_data/core/pref_names.h
|
| index 8ee1e8ca19e953aa8b8e5f337756abf7a876d2e7..70f3eb12fba3d2c97131be6259842f99e63baed3 100644
|
| --- a/components/browsing_data/pref_names.h
|
| +++ b/components/browsing_data/core/pref_names.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_PREF_NAMES_H_
|
| -#define COMPONENTS_BROWSING_DATA_PREF_NAMES_H_
|
| +#ifndef COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
|
| +#define COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
|
|
|
| namespace browsing_data {
|
|
|
| @@ -24,4 +24,4 @@ extern const char kDeleteMediaLicenses[];
|
|
|
| } // namespace browsing_data
|
|
|
| -#endif // COMPONENTS_BROWSING_DATA_PREF_NAMES_H_
|
| +#endif // COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
|
|
|