Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h |
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h |
index 970093dde483b601c324955330a802acdf6946a8..9bd32ae125e0eb900277842d634294dc30a8b442 100644 |
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h |
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h |
@@ -7,13 +7,13 @@ |
#import <Cocoa/Cocoa.h> |
-#import "chrome/browser/ui/cocoa/tracking_area.h" |
+#import "ui/base/cocoa/tracking_area.h" |
// A push button for use in a constrained window. Specialized constrained |
// windows that need a push button should use this class instead of NSButton. |
@interface ConstrainedWindowButton : NSButton { |
@private |
- ScopedCrTrackingArea trackingArea_; |
+ ui::ScopedCrTrackingArea trackingArea_; |
} |
@end |