Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: components/browsing_data/storage_partition_http_cache_data_remover.cc

Issue 1049423002: Move StoragePartitionHttpCacheRemover to browsing_data/ components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698