Index: chrome/browser/ui/confirm_bubble.h |
diff --git a/chrome/browser/ui/confirm_bubble.h b/chrome/browser/ui/confirm_bubble.h |
index d5deae0999d3e99af88be18403c1ea7fe4799664..415c026f1f6538e66707d12394653fccab94179e 100644 |
--- a/chrome/browser/ui/confirm_bubble.h |
+++ b/chrome/browser/ui/confirm_bubble.h |
@@ -18,7 +18,8 @@ namespace chrome { |
// Creates a bubble and shows it with its top center at the specified |
// |origin|. A bubble created by this function takes ownership of the |
// specified |model|. |
-void ShowConfirmBubble(gfx::NativeView view, |
+void ShowConfirmBubble(gfx::NativeWindow window, |
+ gfx::NativeView anchor_view, |
const gfx::Point& origin, |
ConfirmBubbleModel* model); |