| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_sheet.h
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_sheet.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_sheet.h
|
| index b36f07ead06f96a8ff262181c49b8da729007976..de54a819080f039256f38b71368c7e96dc8a58de 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_sheet.h
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_sheet.h
|
| @@ -13,7 +13,7 @@
|
| // Represents a custom sheet. The sheet's window is shown without using the
|
| // system |beginSheet:...| API.
|
| @interface CustomConstrainedWindowSheet : NSObject<ConstrainedWindowSheet> {
|
| - @private
|
| + @protected
|
| base::scoped_nsobject<NSWindow> customWindow_;
|
| }
|
|
|
|
|