Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: base/third_party/libevent/chromium.patch

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 diff --git a/third_party/libevent/buffer.c b/third_party/libevent/buffer.c 1 diff --git a/third_party/libevent/buffer.c b/third_party/libevent/buffer.c
2 index 64324bb..ebf35c9 100644 2 index 64324bb..ebf35c9 100644
3 --- a/third_party/libevent/buffer.c 3 --- a/third_party/libevent/buffer.c
4 +++ b/third_party/libevent/buffer.c 4 +++ b/third_party/libevent/buffer.c
5 @@ -356,7 +356,6 @@ int 5 @@ -356,7 +356,6 @@ int
6 evbuffer_expand(struct evbuffer *buf, size_t datlen) 6 evbuffer_expand(struct evbuffer *buf, size_t datlen)
7 { 7 {
8 size_t used = buf->misalign + buf->off; 8 size_t used = buf->misalign + buf->off;
9 - size_t need; 9 - size_t need;
10 10
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 +++ b/third_party/libevent/evutil.h 191 +++ b/third_party/libevent/evutil.h
192 @@ -38,7 +38,7 @@ 192 @@ -38,7 +38,7 @@
193 extern "C" { 193 extern "C" {
194 #endif 194 #endif
195 195
196 -#include <event-config.h> 196 -#include <event-config.h>
197 +#include "event-config.h" 197 +#include "event-config.h"
198 #ifdef _EVENT_HAVE_SYS_TIME_H 198 #ifdef _EVENT_HAVE_SYS_TIME_H
199 #include <sys/time.h> 199 #include <sys/time.h>
200 #endif 200 #endif
OLDNEW
« no previous file with comments | « base/third_party/libevent/buffer.c ('k') | base/third_party/libevent/compat/sys/_libevent_time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698