| Index: content/test/content_browser_test_utils_internal.cc
|
| diff --git a/content/test/content_browser_test_utils_internal.cc b/content/test/content_browser_test_utils_internal.cc
|
| index d3af538759c0d9d386e256d79e2e8770a202d622..8451203a6cc179554b41d81c680522c7a48d3da1 100644
|
| --- a/content/test/content_browser_test_utils_internal.cc
|
| +++ b/content/test/content_browser_test_utils_internal.cc
|
| @@ -30,7 +30,6 @@
|
| #include "content/public/browser/resource_dispatcher_host.h"
|
| #include "content/public/browser/resource_throttle.h"
|
| #include "content/public/common/file_chooser_file_info.h"
|
| -#include "content/public/common/file_chooser_params.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| #include "content/public/test/content_browser_test_utils.h"
|
| #include "content/shell/browser/shell.h"
|
| @@ -357,6 +356,7 @@ void FileChooserDelegate::RunFileChooser(RenderFrameHost* render_frame_host,
|
| render_frame_host->FilesSelectedInChooser(files, FileChooserParams::Open);
|
|
|
| file_chosen_ = true;
|
| + params_ = params;
|
| }
|
|
|
| FrameTestNavigationManager::FrameTestNavigationManager(
|
|
|