Index: chrome/browser/autofill/autofill_xml_parser.h |
diff --git a/chrome/browser/autofill/autofill_xml_parser.h b/chrome/browser/autofill/autofill_xml_parser.h |
index 69c662a7e9a0400a47a926a844955b451e4d97a1..02cb31e14235ceb9d4623005d53fb9ecd189a022 100644 |
--- a/chrome/browser/autofill/autofill_xml_parser.h |
+++ b/chrome/browser/autofill/autofill_xml_parser.h |
@@ -11,7 +11,7 @@ |
#include "chrome/browser/autofill/field_types.h" |
#include "chrome/browser/autofill/form_structure.h" |
#include "third_party/expat/files/lib/expat.h" |
-#include "third_party/libjingle/files/talk/xmllite/xmlparser.h" |
+#include "third_party/libjingle/source/talk/xmllite/xmlparser.h" |
// The base class that contains common functionality between |
// AutoFillQueryXmlParser and AutoFillUploadXmlParser. |