| Index: chrome/browser/devtools/devtools_window.h
|
| diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
|
| index dd605b4d4c55d1b148af07eafd019f48eb4cf2ea..f1471e1bdee4e5cbb360b59d020c485ce969b61c 100644
|
| --- a/chrome/browser/devtools/devtools_window.h
|
| +++ b/chrome/browser/devtools/devtools_window.h
|
| @@ -233,7 +233,7 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
|
| void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) override;
|
| void WebContentsCreated(content::WebContents* source_contents,
|
|
|