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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_account_chooser.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_account_chooser.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h
index c1b1116eb6fa63f40d45bfeb5d27469ab190d57d..67d2bff13e1f373e054b5d4292787e5d442a92b7 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h
@@ -7,7 +7,7 @@
#import <Cocoa/Cocoa.h>
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
namespace autofill {
class AutofillDialogController;
@@ -17,9 +17,9 @@ namespace autofill {
@interface AutofillAccountChooser : NSView {
@private
- scoped_nsobject<NSButton> link_;
- scoped_nsobject<MenuButton> popup_;
- scoped_nsobject<NSImageView> icon_;
+ base::scoped_nsobject<NSButton> link_;
+ base::scoped_nsobject<MenuButton> popup_;
+ base::scoped_nsobject<NSImageView> icon_;
autofill::AutofillDialogController* controller_; // weak.
}

Powered by Google App Engine
This is Rietveld 408576698