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

Unified Diff: ui/base/cocoa/focus_tracker.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/focus_tracker.h
diff --git a/ui/base/cocoa/focus_tracker.h b/ui/base/cocoa/focus_tracker.h
index 82165c7efef65461113e5f15e89fb6c791570505..6a0c3baf750b889d0437e9267d1ca3a385f7903b 100644
--- a/ui/base/cocoa/focus_tracker.h
+++ b/ui/base/cocoa/focus_tracker.h
@@ -4,7 +4,7 @@
#import <Cocoa/Cocoa.h>
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
#include "ui/base/ui_export.h"
// A class that handles saving and restoring focus. An instance of
@@ -15,7 +15,7 @@
UI_EXPORT
@interface FocusTracker : NSObject {
@private
- scoped_nsobject<NSView> focusedView_;
+ base::scoped_nsobject<NSView> focusedView_;
}
// |window| is the window that we are saving focus for. This

Powered by Google App Engine
This is Rietveld 408576698