commit | eaabba206ae14905ef3a922e7b839cab285dd940 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 07 15:02:11 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 07 15:02:11 2012 |
tree | 13f52a325e90d2d5522ddac3e558a54eea026d06 | |
parent | 15b43fba084a9880c76736167c782dea8df24a78 [diff] [blame] |
Move Render(View|Widget)Host and associated classes to content namespace. [email protected] BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125388 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/file_select_helper.cc b/chrome/browser/file_select_helper.cc index 1b0b0369..5ed79eb 100644 --- a/chrome/browser/file_select_helper.cc +++ b/chrome/browser/file_select_helper.cc
@@ -27,6 +27,8 @@ #include "ui/base/l10n/l10n_util.h" using content::BrowserThread; +using content::RenderViewHost; +using content::RenderWidgetHost; using content::WebContents; namespace {