diff options
Diffstat (limited to 'chrome/browser/net/chrome_cookie_notification_details.h')
| -rw-r--r-- | chrome/browser/net/chrome_cookie_notification_details.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/chrome_cookie_notification_details.h b/chrome/browser/net/chrome_cookie_notification_details.h index 42542b0..57df427 100644 --- a/chrome/browser/net/chrome_cookie_notification_details.h +++ b/chrome/browser/net/chrome_cookie_notification_details.h @@ -10,13 +10,13 @@ struct ChromeCookieDetails { public: - ChromeCookieDetails(net::CookieMonster::CanonicalCookie* cookie_copy, + ChromeCookieDetails(const net::CookieMonster::CanonicalCookie* cookie_copy, bool is_removed) : cookie(cookie_copy), removed(is_removed) { } - net::CookieMonster::CanonicalCookie* cookie; + const net::CookieMonster::CanonicalCookie* cookie; bool removed; }; |
