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

Unified Diff: chrome/browser/mac/keystone_glue.mm

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/mac/keystone_glue.mm
diff --git a/chrome/browser/mac/keystone_glue.mm b/chrome/browser/mac/keystone_glue.mm
index 0a97252cb2a00e383c1f50d40ff8e9710f9d3604..f93e86d448e538ad9dd5565a2ada077e9a40ae50 100644
--- a/chrome/browser/mac/keystone_glue.mm
+++ b/chrome/browser/mac/keystone_glue.mm
@@ -97,9 +97,9 @@ class PerformBridge : public base::RefCountedThreadSafe<PerformBridge> {
[target_ performSelector:sel_ withObject:arg_];
}
- scoped_nsobject<id> target_;
+ base::scoped_nsobject<id> target_;
SEL sel_;
- scoped_nsobject<id> arg_;
+ base::scoped_nsobject<id> arg_;
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698