| Index: ui/base/cocoa/tracking_area.mm
|
| diff --git a/ui/base/cocoa/tracking_area.mm b/ui/base/cocoa/tracking_area.mm
|
| index 474d120345182cab1ad4d00ccb95cc1f578fea94..a137794858dadde365a481306ab11816f9fcd31a 100644
|
| --- a/ui/base/cocoa/tracking_area.mm
|
| +++ b/ui/base/cocoa/tracking_area.mm
|
| @@ -71,7 +71,7 @@
|
| options:(NSTrackingAreaOptions)options
|
| owner:(id)owner
|
| userInfo:(NSDictionary*)userInfo {
|
| - scoped_nsobject<CrTrackingAreaOwnerProxy> ownerProxy(
|
| + base::scoped_nsobject<CrTrackingAreaOwnerProxy> ownerProxy(
|
| [[CrTrackingAreaOwnerProxy alloc] initWithOwner:owner]);
|
| if ((self = [super initWithRect:rect
|
| options:options
|
|
|