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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_delegate.h

Issue 2768883002: Change MockBrowsingDataRemover to MockBrowsingDataRemoverDelegate (Closed)
Patch Set: Fixed the comment. Created 3 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/browsing_data/mock_browsing_data_remover.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_remover_delegate.h
diff --git a/chrome/browser/browsing_data/browsing_data_remover_delegate.h b/chrome/browser/browsing_data/browsing_data_remover_delegate.h
index 0d0cdd908cb4b18b15bcaf8fae61fbe173f04d83..69600a88d4e9f8059ee358c585ce443790a456cb 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_delegate.h
+++ b/chrome/browser/browsing_data/browsing_data_remover_delegate.h
@@ -5,8 +5,14 @@
#ifndef CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_DELEGATE_H_
#define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_DELEGATE_H_
+#include "base/callback_forward.h"
+
class GURL;
+namespace base {
+class Time;
+}
+
namespace content {
class BrowsingDataFilterBuilder;
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/browsing_data/mock_browsing_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698