| Index: ui/base/cocoa/find_pasteboard.h
 | 
| diff --git a/ui/base/cocoa/find_pasteboard.h b/ui/base/cocoa/find_pasteboard.h
 | 
| index 92c3b0a4ca75af86b0e1c6d38089a6296aa3bf8a..aada8a792bb173a1f635d5cdda006bd77890dfb6 100644
 | 
| --- a/ui/base/cocoa/find_pasteboard.h
 | 
| +++ b/ui/base/cocoa/find_pasteboard.h
 | 
| @@ -11,7 +11,7 @@
 | 
|  
 | 
|  #import <Cocoa/Cocoa.h>
 | 
|  
 | 
| -#include "base/memory/scoped_nsobject.h"
 | 
| +#include "base/mac/scoped_nsobject.h"
 | 
|  #include "ui/base/ui_export.h"
 | 
|  
 | 
|  UI_EXPORT extern NSString* kFindPasteboardChangedNotification;
 | 
| @@ -28,7 +28,7 @@ UI_EXPORT extern NSString* kFindPasteboardChangedNotification;
 | 
|  UI_EXPORT
 | 
|  @interface FindPasteboard : NSObject {
 | 
|   @private
 | 
| -  scoped_nsobject<NSString> findText_;
 | 
| +  base::scoped_nsobject<NSString> findText_;
 | 
|  }
 | 
|  
 | 
|  // Returns the singleton instance of this class.
 | 
| 
 |