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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_textfield.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: chrome/browser/ui/cocoa/autofill/autofill_textfield.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_textfield.h b/chrome/browser/ui/cocoa/autofill/autofill_textfield.h
index 57fcea7a947abdad41a65bfdefd48ca823917a7e..264ad29dc8ab6c6d998478d59e3f5e7dffd2d68a 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_textfield.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_textfield.h
@@ -7,7 +7,7 @@
#import <Cocoa/Cocoa.h>
-#include <base/memory/scoped_nsobject.h>
+#include <base/mac/scoped_nsobject.h>
// Text field used for text inputs inside Autofill.
// Provide both dog ear and red outline when the contents are marked invalid.
@@ -17,7 +17,7 @@
@interface AutofillTextFieldCell : NSTextFieldCell {
@private
BOOL invalid_;
- scoped_nsobject<NSImage> icon_;
+ base::scoped_nsobject<NSImage> icon_;
}
@property(assign, nonatomic) BOOL invalid;

Powered by Google App Engine
This is Rietveld 408576698