| Index: components/browsing_data/content/storage_partition_http_cache_data_remover.cc
|
| diff --git a/components/browsing_data/storage_partition_http_cache_data_remover.cc b/components/browsing_data/content/storage_partition_http_cache_data_remover.cc
|
| similarity index 98%
|
| rename from components/browsing_data/storage_partition_http_cache_data_remover.cc
|
| rename to components/browsing_data/content/storage_partition_http_cache_data_remover.cc
|
| index fabde8efbcfce6ca2636db93fa7c009b449be9de..b7126eee8478b948cf97085c60126109d08b7cb1 100644
|
| --- a/components/browsing_data/storage_partition_http_cache_data_remover.cc
|
| +++ b/components/browsing_data/content/storage_partition_http_cache_data_remover.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/browsing_data/storage_partition_http_cache_data_remover.h"
|
| +#include "components/browsing_data/content/storage_partition_http_cache_data_remover.h"
|
|
|
| #include "base/location.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "components/browsing_data/conditional_cache_deletion_helper.h"
|
| +#include "components/browsing_data/content/conditional_cache_deletion_helper.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/storage_partition.h"
|
| #include "net/base/sdch_manager.h"
|
|
|