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

Unified Diff: third_party/libevent/evdns.h

Issue 6801008: Websocket to TCP proxy running in a separate thread (only on ChromeOS). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: g Created 9 years, 8 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/libevent/evdns.h
diff --git a/third_party/libevent/evdns.h b/third_party/libevent/evdns.h
index 1eb5c382480e2adb82720b0d06b425923d0831d4..fca4ac380bf42a980d412895a00147a6789845f7 100644
--- a/third_party/libevent/evdns.h
+++ b/third_party/libevent/evdns.h
@@ -165,7 +165,7 @@ extern "C" {
#endif
/* For integer types. */
-#include <evutil.h>
+#include "evutil.h"
zel 2011/04/07 16:54:12 why this change?
Denis Lagno 2011/04/07 17:48:22 because it tries to include <evutil.h> from libeve
/** Error codes 0-5 are as described in RFC 1035. */
#define DNS_ERR_NONE 0
« chrome/browser/chromeos/webproxy_task.cc ('K') | « third_party/libevent/chromium.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698