diff options
Diffstat (limited to 'chrome/browser/gtk/options/cookies_view.h')
-rw-r--r-- | chrome/browser/gtk/options/cookies_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/options/cookies_view.h b/chrome/browser/gtk/options/cookies_view.h index 84465c4..3249306 100644 --- a/chrome/browser/gtk/options/cookies_view.h +++ b/chrome/browser/gtk/options/cookies_view.h @@ -103,7 +103,7 @@ class CookiesView : public gtk_tree::TreeAdapter::Delegate { GtkWidget* tree_; GtkTreeSelection* selection_; - GtkChromeCookieView* cookie_display_; + GtkWidget* cookie_display_; // The profile and related helpers. Profile* profile_; |