| Index: components/browsing_data/content/storage_partition_http_cache_data_remover.h
|
| diff --git a/components/browsing_data/storage_partition_http_cache_data_remover.h b/components/browsing_data/content/storage_partition_http_cache_data_remover.h
|
| similarity index 93%
|
| rename from components/browsing_data/storage_partition_http_cache_data_remover.h
|
| rename to components/browsing_data/content/storage_partition_http_cache_data_remover.h
|
| index 41e0bcd7956ca83bd5809adf60174356baa265ac..ee4d581fbb7f5451f76bfb6b3d7398978221ff11 100644
|
| --- a/components/browsing_data/storage_partition_http_cache_data_remover.h
|
| +++ b/components/browsing_data/content/storage_partition_http_cache_data_remover.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_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
|
| -#define COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
|
| +#ifndef COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
|
| +#define COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -113,4 +113,4 @@ class StoragePartitionHttpCacheDataRemover {
|
|
|
| } // namespace browsing_data
|
|
|
| -#endif // COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
|
| +#endif // COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
|
|
|