Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5286)

Unified Diff: chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h

Issue 12763002: Move CrTrackingArea from chrome/browser/ui/cocoa to ui/base/cocoa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test in namespace Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
index ae63e703b7f29ebb50706172e2ba17c3a8139769..e353fb4dde76adf6b20f25bc5ac110ea04ac38ae 100644
--- a/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
@@ -8,9 +8,8 @@
#import <Cocoa/Cocoa.h>
#import "chrome/browser/ui/cocoa/panels/mouse_drag_controller.h"
-#import "chrome/browser/ui/cocoa/tracking_area.h"
+#import "ui/base/cocoa/tracking_area.h"
-@class CrTrackingArea;
@class HoverImageButton;
@class MouseDragController;
@class PanelWindowControllerCocoa;
@@ -58,7 +57,7 @@
IBOutlet NSView* overlay_;
NSButton* closeButton_; // Created explicitly, not from NIB. Weak, destroyed
// when view is destroyed, as a subview.
- ScopedCrTrackingArea closeButtonTrackingArea_;
+ ui::ScopedCrTrackingArea closeButtonTrackingArea_;
BOOL isDrawingAttention_;
// "Glint" animation is used in "Draw Attention" mode.

Powered by Google App Engine
This is Rietveld 408576698