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

Unified Diff: components/browsing_data/content/conditional_cache_deletion_helper.cc

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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/content/conditional_cache_deletion_helper.cc
diff --git a/components/browsing_data/conditional_cache_deletion_helper.cc b/components/browsing_data/content/conditional_cache_deletion_helper.cc
similarity index 97%
rename from components/browsing_data/conditional_cache_deletion_helper.cc
rename to components/browsing_data/content/conditional_cache_deletion_helper.cc
index 3d1e0f9b8658c94d829d099f4aedd7d62955fe9f..4f4a4743597e8270518452e625ea14105d1b509b 100644
--- a/components/browsing_data/conditional_cache_deletion_helper.cc
+++ b/components/browsing_data/content/conditional_cache_deletion_helper.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 "components/browsing_data/conditional_cache_deletion_helper.h"
+#include "components/browsing_data/content/conditional_cache_deletion_helper.h"
#include "base/callback.h"
#include "base/location.h"

Powered by Google App Engine
This is Rietveld 408576698