Index: net/base/static_cookie_policy.h |
diff --git a/net/base/static_cookie_policy.h b/net/base/static_cookie_policy.h |
index 2eb4d49733ca30ccd8944dcce7c952926b5f5613..99a929cdac4f7e40e80b9bb0a7e409dff0e5cdc4 100644 |
--- a/net/base/static_cookie_policy.h |
+++ b/net/base/static_cookie_policy.h |
@@ -6,8 +6,6 @@ |
#define NET_BASE_STATIC_COOKIE_POLICY_H_ |
#pragma once |
-#include <string> |
- |
#include "base/basictypes.h" |
#include "net/base/net_api.h" |
@@ -52,8 +50,7 @@ class NET_API StaticCookiePolicy { |
// Consults the user's third-party cookie blocking preferences to determine |
// whether the URL's cookies can be set. |
int CanSetCookie(const GURL& url, |
- const GURL& first_party_for_cookies, |
- const std::string& cookie_line) const; |
+ const GURL& first_party_for_cookies) const; |
private: |
Type type_; |