Index: components/browsing_data/storage_partition_http_cache_data_remover.cc |
diff --git a/chrome/browser/browsing_data/storage_partition_http_cache_data_remover.cc b/components/browsing_data/storage_partition_http_cache_data_remover.cc |
similarity index 97% |
rename from chrome/browser/browsing_data/storage_partition_http_cache_data_remover.cc |
rename to components/browsing_data/storage_partition_http_cache_data_remover.cc |
index d92bf43f37862e77c05ddec560e61f487acb439e..aae4e3b95e26b3365c6d75be2e59cd57714d8e86 100644 |
--- a/chrome/browser/browsing_data/storage_partition_http_cache_data_remover.cc |
+++ b/components/browsing_data/storage_partition_http_cache_data_remover.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/browsing_data/storage_partition_http_cache_data_remover.h" |
+#include "components/browsing_data/storage_partition_http_cache_data_remover.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/storage_partition.h" |
@@ -13,6 +13,8 @@ |
using content::BrowserThread; |
+namespace browsing_data { |
+ |
StoragePartitionHttpCacheDataRemover::StoragePartitionHttpCacheDataRemover( |
base::Time delete_begin, |
base::Time delete_end, |
@@ -154,3 +156,5 @@ void StoragePartitionHttpCacheDataRemover::DoClearCache(int rv) { |
} |
} |
} |
+ |
+} // namespace browsing_data |