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

Unified Diff: components/content_settings/core/browser/content_settings_client.h

Issue 646973002: Introduce ChromeContentSettingsClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TODO added + typo fixed Created 6 years, 2 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 | « components/content_settings/core/browser/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings/core/browser/content_settings_client.h
diff --git a/components/content_settings/core/browser/content_settings_client.h b/components/content_settings/core/browser/content_settings_client.h
index 1bda2439b8d8772e10177c150faf2f9239a5da60..0b89b169d297175a824890c7909c45611d1d1cf6 100644
--- a/components/content_settings/core/browser/content_settings_client.h
+++ b/components/content_settings/core/browser/content_settings_client.h
@@ -9,12 +9,12 @@
#include "base/basictypes.h"
#include "base/strings/string16.h"
+#include "net/cookies/canonical_cookie.h"
class GURL;
class LocalSharedObjectsCounter;
namespace net {
-class CookieList;
class CookieOptions;
}
« no previous file with comments | « components/content_settings/core/browser/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698