| Index: components/browsing_data/content/conditional_cache_deletion_helper.h
|
| diff --git a/components/browsing_data/conditional_cache_deletion_helper.h b/components/browsing_data/content/conditional_cache_deletion_helper.h
|
| similarity index 90%
|
| rename from components/browsing_data/conditional_cache_deletion_helper.h
|
| rename to components/browsing_data/content/conditional_cache_deletion_helper.h
|
| index b4376b3463e3fa4cff0bfb5dcc1c816ae058277b..c46d8bed820bc2f13925c4bac8a262c9a32ddbfd 100644
|
| --- a/components/browsing_data/conditional_cache_deletion_helper.h
|
| +++ b/components/browsing_data/content/conditional_cache_deletion_helper.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_CONDITIONAL_CACHE_DELETION_HELPER_H_
|
| -#define COMPONENTS_BROWSING_DATA_CONDITIONAL_CACHE_DELETION_HELPER_H_
|
| +#ifndef COMPONENTS_BROWSING_DATA_CONTENT_CONDITIONAL_CACHE_DELETION_HELPER_H_
|
| +#define COMPONENTS_BROWSING_DATA_CONTENT_CONDITIONAL_CACHE_DELETION_HELPER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -70,4 +70,4 @@ class ConditionalCacheDeletionHelper {
|
|
|
| } // namespace browsing_data
|
|
|
| -#endif // COMPONENTS_BROWSING_DATA_CONDITIONAL_CACHE_DELETION_HELPER_H_
|
| +#endif // COMPONENTS_BROWSING_DATA_CONTENT_CONDITIONAL_CACHE_DELETION_HELPER_H_
|
|
|