Index: chrome/browser/background/background_contents_service.h |
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h |
index 81243bbb79b9a804033a28659e1ed0639a8428a2..380982b9bcb26c126d120f649b7929f291525f64 100644 |
--- a/chrome/browser/background/background_contents_service.h |
+++ b/chrome/browser/background/background_contents_service.h |
@@ -91,7 +91,7 @@ class BackgroundContentsService : private content::NotificationObserver, |
// BackgroundContents::Delegate implementation. |
void AddWebContents(content::WebContents* new_contents, |
WindowOpenDisposition disposition, |
- const gfx::Rect& initial_pos, |
+ const gfx::Rect& initial_rect, |
bool user_gesture, |
bool* was_blocked) override; |