commit | 0116cf53e569e1c10db7febaf2ce027ce1e19d4a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Nov 01 02:44:32 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Nov 01 02:44:32 2011 |
tree | 6da1fcee56c6676e5ea2e39b78655f021eff70b8 | |
parent | 94f29e2e1d6758af5a6e726bde12394e3f9b8f28 [diff] [blame] |
Roll libjingle 88:92 Beside other changes the new version of libjingle has thread-safe QName class and has all std::string and QName statics removed. BUG=94993,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8413059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108065 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/autofill/autofill_xml_parser.cc b/chrome/browser/autofill/autofill_xml_parser.cc index c6f229e7..92a1ede9 100644 --- a/chrome/browser/autofill/autofill_xml_parser.cc +++ b/chrome/browser/autofill/autofill_xml_parser.cc
@@ -8,7 +8,7 @@ #include <string.h> #include "base/logging.h" -#include "third_party/libjingle/overrides/talk/xmllite/qname.h" +#include "third_party/libjingle/source/talk/xmllite/qname.h" AutofillXmlParser::AutofillXmlParser() : succeeded_(true) {