| Index: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| index 53a3a576f434c0098ba2236f85f96e20166177e9..8b909db030a19a0be2bf3f6bc0b01bc07e2c10ef 100644
|
| --- a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/mac/scoped_block.h"
|
| #include "base/memory/scoped_nsobject.h"
|
| #include "chrome/browser/ui/cocoa/base_bubble_controller.h"
|
| -#import "chrome/browser/ui/cocoa/tracking_area.h"
|
| +#import "ui/base/cocoa/tracking_area.h"
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -37,7 +37,7 @@ class WebContents;
|
| BOOL isMouseInside_;
|
|
|
| // Used to prevent the bubble from auto-closing while the mouse is inside it.
|
| - ScopedCrTrackingArea trackingArea_;
|
| + ui::ScopedCrTrackingArea trackingArea_;
|
| }
|
|
|
| // Creates the bubble for a parent window but does not show it.
|
|
|