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

Unified Diff: third_party/libxml/trio.h

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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/libxml/trio.h
diff --git a/third_party/libxml/trio.h b/third_party/libxml/trio.h
index d998f35921d29d4f4a9ceb5a5adbacec16469559..eab1b6d8fd01791f839d861bd776b13ecdad7c7a 100644
--- a/third_party/libxml/trio.h
+++ b/third_party/libxml/trio.h
@@ -1,6 +1,6 @@
/*************************************************************************
*
- * $Id: trio.h 1886 2003-04-03 15:28:28Z veillard $
+ * $Id$
*
* Copyright (C) 1998 Bjorn Reese and Daniel Stenberg.
*
@@ -29,7 +29,7 @@
* HAVE_CONFIG_H as a compiler option themselves.
*/
#if defined(HAVE_CONFIG_H)
-# include <config.h>
+# include "config.h"
#endif
#include "triodef.h"

Powered by Google App Engine
This is Rietveld 408576698