| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
|
| index 37075399f4ab0001436b46be653b11401db88578..73202e80aada2ae0b0aa325f5f0b39acb0de642d 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "components/web_modal/native_web_contents_modal_dialog.h"
|
|
|
| namespace content {
|
| @@ -50,7 +50,7 @@ class ConstrainedWindowMac {
|
| // The WebContents that owns and constrains this ConstrainedWindowMac. Weak.
|
| content::WebContents* web_contents_;
|
|
|
| - scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_;
|
| + base::scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_;
|
|
|
| // This is true if the constrained window has been shown.
|
| bool shown_;
|
|
|