diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-03 02:34:27 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-03 02:34:27 +0000 |
commit | 4b5b497ec21a24a025ba2bbada68685f07c177f2 (patch) | |
tree | c315bb64bf835e6ec4bf038f1c78c5b3d023e51f /chrome/browser/crash_upload_list.cc | |
parent | 1c89c290fcfb818a7ee3b544bb2d534e002df8a6 (diff) | |
download | chromium_src-4b5b497ec21a24a025ba2bbada68685f07c177f2.zip chromium_src-4b5b497ec21a24a025ba2bbada68685f07c177f2.tar.gz chromium_src-4b5b497ec21a24a025ba2bbada68685f07c177f2.tar.bz2 |
VC2010e: Fix compilation; back_inserter requires <iterator>
Not much more to say then that. Files modified were recently created.
NOTE: Ignore the lack of whitespace in the individual diffs - the raw patchset is correct.
BUG=None
TEST=Compiles
Review URL: http://codereview.chromium.org/6792013
Patch from Ryan Norton <rnorton10@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80276 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/crash_upload_list.cc')
-rw-r--r-- | chrome/browser/crash_upload_list.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/crash_upload_list.cc b/chrome/browser/crash_upload_list.cc index fa0e8ab..b086a71 100644 --- a/chrome/browser/crash_upload_list.cc +++ b/chrome/browser/crash_upload_list.cc @@ -4,6 +4,8 @@ #include "chrome/browser/crash_upload_list.h" +#include <iterator> + #include "base/path_service.h" #include "base/file_path.h" #include "base/file_util.h" |