| Index: chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h b/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| index 5ae4682322fdc7de2b740c0ce2aec0b1b824dbe3..57eb565012ab2de7e32a3a530bb3390f462e3d79 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| +++ b/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| @@ -99,7 +99,7 @@ class CollectedCookiesMac : public ConstrainedWindowMacDelegateCustomSheet,
|
| @property(assign, nonatomic) BOOL allowedCookiesButtonsEnabled;
|
| @property(assign, nonatomic) BOOL blockedCookiesButtonsEnabled;
|
|
|
| -// Designated initializer. TabContents cannot be NULL.
|
| +// Designated initializer. TabContentsWrapper cannot be NULL.
|
| - (id)initWithTabContentsWrapper:(TabContentsWrapper*)wrapper;
|
|
|
| // Closes the sheet and ends the modal loop. This will also cleanup the memory.
|
|
|