mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-09 17:12:56 +00:00
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:
@@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "common/linux/google_crashdump_uploader.h"
|
#include "common/linux/google_crashdump_uploader.h"
|
||||||
#include "common/linux/libcurl_wrapper.h"
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|||||||
@@ -31,13 +31,12 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include "common/linux/libcurl_wrapper.h"
|
||||||
#include "common/scoped_ptr.h"
|
#include "common/scoped_ptr.h"
|
||||||
#include "common/using_std_string.h"
|
#include "common/using_std_string.h"
|
||||||
|
|
||||||
namespace google_breakpad {
|
namespace google_breakpad {
|
||||||
|
|
||||||
class LibcurlWrapper;
|
|
||||||
|
|
||||||
class GoogleCrashdumpUploader {
|
class GoogleCrashdumpUploader {
|
||||||
public:
|
public:
|
||||||
GoogleCrashdumpUploader(const string& product,
|
GoogleCrashdumpUploader(const string& product,
|
||||||
|
|||||||
Reference in New Issue
Block a user