Chromium Code Reviews| Index: chrome/browser/ui/gtk/collected_cookies_gtk.cc |
| diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.cc b/chrome/browser/ui/gtk/collected_cookies_gtk.cc |
| index d2946ca648f874c1429119766dda0755944088f7..302e3b173cf9749f57b56b816fce8ae1515068a0 100644 |
| --- a/chrome/browser/ui/gtk/collected_cookies_gtk.cc |
| +++ b/chrome/browser/ui/gtk/collected_cookies_gtk.cc |
| @@ -32,6 +32,7 @@ |
| #include "content/public/browser/web_contents.h" |
| #include "content/public/browser/web_contents_view.h" |
| #include "grit/generated_resources.h" |
| +#include "net/cookies/canonical_cookie.h" |
|
erikwright (departed)
2012/07/16 21:13:20
Why is this needed at all?
battre
2012/07/17 15:01:54
detailed_info.cookie in line 402 is a CanonicalCoo
|
| #include "ui/base/gtk/gtk_hig_constants.h" |
| #include "ui/base/l10n/l10n_util.h" |