Fixing a build break on Linux.

R=ivanpe@chromium.org

Review URL: https://breakpad.appspot.com/4654002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1323 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mmandlis@chromium.org 2014-05-01 23:31:44 +00:00
parent c2f9501755
commit c96f4d7e01
2 changed files with 1 additions and 3 deletions

View file

@ -29,7 +29,6 @@
#include "common/linux/google_crashdump_uploader.h"
#include "common/linux/libcurl_wrapper.h"
#include <sys/types.h>
#include <sys/stat.h>

View file

@ -31,13 +31,12 @@
#include <string>
#include <map>
#include "common/linux/libcurl_wrapper.h"
#include "common/scoped_ptr.h"
#include "common/using_std_string.h"
namespace google_breakpad {
class LibcurlWrapper;
class GoogleCrashdumpUploader {
public:
GoogleCrashdumpUploader(const string& product,