Chromium Code Reviews| 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> |
|
Mark Mentovai
2013/06/24 21:29:48
Use "quotes" to #include this.
|
| // 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; |