diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 23:51:21 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 23:51:21 +0000 |
commit | 401cb18c451d41541e8baf444e093daf74e8f5df (patch) | |
tree | 47421cdfa13f88bf01d472155c7c95f89019423b /chrome/default_plugin | |
parent | 5b75999a092d6071fcaa09b0b4e522e3d7feea97 (diff) | |
download | chromium_src-401cb18c451d41541e8baf444e093daf74e8f5df.zip chromium_src-401cb18c451d41541e8baf444e093daf74e8f5df.tar.gz chromium_src-401cb18c451d41541e8baf444e093daf74e8f5df.tar.bz2 |
Build fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin')
-rw-r--r-- | chrome/default_plugin/plugin_database_handler.cc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chrome/default_plugin/plugin_database_handler.cc b/chrome/default_plugin/plugin_database_handler.cc index cc070754..fcb62b5 100644 --- a/chrome/default_plugin/plugin_database_handler.cc +++ b/chrome/default_plugin/plugin_database_handler.cc @@ -4,13 +4,8 @@ #include "chrome/default_plugin/plugin_database_handler.h" -#if defined(USE_SYSTEM_LIBXML) -#include <parser.h> -#include <xpath.h> -#else -#include "third_party/libxml/include/libxml/parser.h" -#include "third_party/libxml/include/libxml/xpath.h" -#endif +#include "libxml/parser.h" +#include "libxml/xpath.h" #include "base/file_util.h" #include "base/path_service.h" |