| Index: chrome/browser/ui/views/collected_cookies_win.h
|
| diff --git a/chrome/browser/ui/views/collected_cookies_win.h b/chrome/browser/ui/views/collected_cookies_win.h
|
| index 8e6e61bfc1cff399887fc671eeb789b708723248..b05f8d65f50ef4805dd16868fc03e35a37c7da90 100644
|
| --- a/chrome/browser/ui/views/collected_cookies_win.h
|
| +++ b/chrome/browser/ui/views/collected_cookies_win.h
|
| @@ -30,7 +30,8 @@ class NativeButton;
|
| //
|
| // CollectedCookiesWin is a dialog that displays the allowed and blocked
|
| // cookies of the current tab contents. To display the dialog, invoke
|
| -// ShowCollectedCookiesDialog() on the delegate of the tab contents.
|
| +// ShowCollectedCookiesDialog() on the delegate of the tab contents wrapper's
|
| +// content settings tab helper.
|
| class CollectedCookiesWin : public ConstrainedDialogDelegate,
|
| public NotificationObserver,
|
| public views::ButtonListener,
|
|
|