diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 00:49:29 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 00:49:29 +0000 |
commit | 485a527c0e171dab7d4e2b58181bd395c665978e (patch) | |
tree | c7668e2f55576cfb6b94363237a3797dfbf20048 /chrome/browser/file_select_helper.h | |
parent | 53732dd8685f7a9c72e21b1ac9d28b826a439b1b (diff) | |
download | chromium_src-485a527c0e171dab7d4e2b58181bd395c665978e.zip chromium_src-485a527c0e171dab7d4e2b58181bd395c665978e.tar.gz chromium_src-485a527c0e171dab7d4e2b58181bd395c665978e.tar.bz2 |
Fix clang build.
Review URL: http://codereview.chromium.org/6821061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/file_select_helper.h')
-rw-r--r-- | chrome/browser/file_select_helper.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/file_select_helper.h b/chrome/browser/file_select_helper.h index 5787892..e5fc7fa 100644 --- a/chrome/browser/file_select_helper.h +++ b/chrome/browser/file_select_helper.h @@ -106,12 +106,7 @@ class FileSelectHelper // Maintain a list of active directory enumerations. These could come from // the file select dialog or from drag-and-drop of directories, so there could // be more than one going on at a time. - struct ActiveDirectoryEnumeration { - scoped_ptr<DirectoryListerDispatchDelegate> delegate_; - scoped_refptr<net::DirectoryLister> lister_; - RenderViewHost* rvh_; - std::vector<FilePath> results_; - }; + struct ActiveDirectoryEnumeration; std::map<int, ActiveDirectoryEnumeration*> directory_enumerations_; // Registrar for notifications regarding our RenderViewHost. |