| Index: chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.h b/chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| index 74df8a17d89188365fc2b300443b738c2092dc14..5b0ef49997596f5575bea8aa19c80a21a19aebbc 100644
|
| --- a/chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| +++ b/chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| @@ -20,7 +20,8 @@
|
| #include "ui/base/gtk/gtk_signal.h"
|
|
|
| class CookiesTreeModel;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // CollectedCookiesGtk is a dialog that displays the allowed and blocked
|
| // cookies of the current tab contents. To display the dialog, invoke
|
|
|