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

Unified Diff: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.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/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.

Powered by Google App Engine
This is Rietveld 408576698