Index: chrome/browser/net/chrome_cookie_notification_details.h |
diff --git a/chrome/browser/net/chrome_cookie_notification_details.h b/chrome/browser/net/chrome_cookie_notification_details.h |
index d54f280e5128cb08a890acdf5c49950b9b977e04..5b46b19bb5ab3b92032005a9bda6689271bc8ca5 100644 |
--- a/chrome/browser/net/chrome_cookie_notification_details.h |
+++ b/chrome/browser/net/chrome_cookie_notification_details.h |
@@ -15,7 +15,7 @@ struct ChromeCookieDetails { |
public: |
ChromeCookieDetails(const net::CanonicalCookie* cookie_copy, |
bool is_removed, |
- net::CookieMonster::Delegate::ChangeCause cause) |
+ net::CookieMonsterDelegate::ChangeCause cause) |
: cookie(cookie_copy), |
removed(is_removed), |
cause(cause) { |
@@ -23,7 +23,7 @@ struct ChromeCookieDetails { |
const net::CanonicalCookie* cookie; |
bool removed; |
- net::CookieMonster::Delegate::ChangeCause cause; |
+ net::CookieMonsterDelegate::ChangeCause cause; |
}; |
#endif // CHROME_BROWSER_NET_CHROME_COOKIE_NOTIFICATION_DETAILS_H_ |