Index: chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h b/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h |
index 8826b9a3882f060467551e9f1dbc0f78d94b34fa..66ae211e7f8d66a34539b82e54f2e1d35437eae6 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h |
@@ -10,7 +10,7 @@ |
#include "base/memory/scoped_nsobject.h" |
#include "base/memory/scoped_ptr.h" |
#import "chrome/browser/ui/cocoa/base_bubble_controller.h" |
-#import "chrome/browser/ui/cocoa/tracking_area.h" |
+#import "ui/base/cocoa/tracking_area.h" |
class ActionBoxMenuModel; |
@class HoverImageButton; |
@@ -98,7 +98,7 @@ class Profile; |
IBOutlet __weak ActionBoxMenuItemController* viewController_; |
// Used to highlight the background on hover. |
- ScopedCrTrackingArea trackingArea_; |
+ ui::ScopedCrTrackingArea trackingArea_; |
} |
@property(assign, nonatomic) ActionBoxMenuItemController* viewController; |