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

Unified Diff: net/cookies/cookie_store.cc

Issue 1741123002: Add removal filter support for Cookies, Storage, and Content Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fix, and fixed test Created 4 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: net/cookies/cookie_store.cc
diff --git a/net/cookies/cookie_store.cc b/net/cookies/cookie_store.cc
index 85f01929270960ad581f3dc58bfa23665abb884c..92dbf46d1019e07492e0cb72f65b01cf8b275060 100644
--- a/net/cookies/cookie_store.cc
+++ b/net/cookies/cookie_store.cc
@@ -4,6 +4,7 @@
#include "net/cookies/cookie_store.h"
+#include "base/callback.h"
Mike West 2016/03/11 08:36:11 Do we need this? We're just passing the callback t
dmurph 2016/03/30 22:21:27 Done.
#include "net/cookies/cookie_options.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698