diff options
Diffstat (limited to 'chrome/browser/devtools/devtools_file_helper.cc')
-rw-r--r-- | chrome/browser/devtools/devtools_file_helper.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/devtools/devtools_file_helper.cc b/chrome/browser/devtools/devtools_file_helper.cc index 107d4df..03ab906 100644 --- a/chrome/browser/devtools/devtools_file_helper.cc +++ b/chrome/browser/devtools/devtools_file_helper.cc @@ -29,7 +29,6 @@ #include "content/public/browser/render_process_host.h" #include "content/public/browser/render_view_host.h" #include "content/public/browser/web_contents.h" -#include "content/public/browser/web_contents_view.h" #include "content/public/common/content_client.h" #include "content/public/common/url_constants.h" #include "grit/generated_resources.h" @@ -83,7 +82,7 @@ class SelectFileDialog : public ui::SelectFileDialog::Listener, NULL, 0, base::FilePath::StringType(), - platform_util::GetTopLevel(web_contents_->GetView()->GetNativeView()), + platform_util::GetTopLevel(web_contents_->GetNativeView()), NULL); } |