Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: ui/base/cocoa/find_pasteboard.h

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698