summaryrefslogtreecommitdiffstats
path: root/ui/base/cocoa/find_pasteboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/cocoa/find_pasteboard.h')
-rw-r--r--ui/base/cocoa/find_pasteboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/cocoa/find_pasteboard.h b/ui/base/cocoa/find_pasteboard.h
index 92c3b0a..aada8a7 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.