| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h
|
| index 0c3c19b0faebf8e470328a992bbb9741ac9d5a74..b72e4f648173f939c61b572f74a5edddaaa2841e 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
|
|
| @protocol ConstrainedWindowSheet;
|
|
|
| @@ -16,9 +16,9 @@
|
| // public use.
|
| @interface ConstrainedWindowSheetInfo : NSObject {
|
| @private
|
| - scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_;
|
| - scoped_nsobject<NSView> parentView_;
|
| - scoped_nsobject<NSWindow> overlayWindow_;
|
| + base::scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_;
|
| + base::scoped_nsobject<NSView> parentView_;
|
| + base::scoped_nsobject<NSWindow> overlayWindow_;
|
| BOOL sheetDidShow_;
|
| }
|
|
|
|
|