diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/tracking_area.h')
-rw-r--r-- | chrome/browser/ui/cocoa/tracking_area.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/tracking_area.h b/chrome/browser/ui/cocoa/tracking_area.h index f63be3a..b044e4d 100644 --- a/chrome/browser/ui/cocoa/tracking_area.h +++ b/chrome/browser/ui/cocoa/tracking_area.h @@ -7,7 +7,7 @@ #import <AppKit/AppKit.h> -#include "base/scoped_nsobject.h" +#include "base/memory/scoped_nsobject.h" @class CrTrackingAreaOwnerProxy; @@ -52,6 +52,7 @@ class ScopedCrTrackingArea { ~ScopedCrTrackingArea(); // This will call |scoped_nsobject<>::reset()| to take ownership of the new + // tracking area. Note that -clearOwner is NOT called on the existing // tracking area. void reset(CrTrackingArea* tracking_area = nil); |