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

Unified Diff: chrome/browser/ui/cocoa/tracking_area_unittest.mm

Issue 6480067: [Mac] Placate Clang's (pedantic) warning about CrTrackingArea's initializer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/tracking_area_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tracking_area_unittest.mm b/chrome/browser/ui/cocoa/tracking_area_unittest.mm
index 151d03365554f142bf5d69382aab3a8c615898a0..2ff125dc672e2cf516119614c1f870bbeb5e2d8a 100644
--- a/chrome/browser/ui/cocoa/tracking_area_unittest.mm
+++ b/chrome/browser/ui/cocoa/tracking_area_unittest.mm
@@ -30,7 +30,7 @@ class CrTrackingAreaTest : public CocoaTest {
trackingArea_([[CrTrackingArea alloc]
initWithRect:NSMakeRect(0, 0, 100, 100)
options:NSTrackingMouseMoved | NSTrackingActiveInKeyWindow
- owner:owner_.get()
+ proxiedOwner:owner_.get()
userInfo:nil]) {
}
« chrome/browser/ui/cocoa/tracking_area.mm ('K') | « chrome/browser/ui/cocoa/tracking_area.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698