From 7894ae2ad4702e20bdfcea0bc5ba12adad1a02cd Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Mon, 19 Jul 2010 01:59:48 +0000 Subject: Remove incorrect usages of USE_SYSTEM_SQLITE. Currently we don't provide any support to the system sqlite. BUG=None TEST=trybots Signed-off-by: Thiago Farina Review URL: http://codereview.chromium.org/3049001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52879 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/simple_database_system.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'webkit/tools') diff --git a/webkit/tools/test_shell/simple_database_system.cc b/webkit/tools/test_shell/simple_database_system.cc index dd0326c..16e280f 100644 --- a/webkit/tools/test_shell/simple_database_system.cc +++ b/webkit/tools/test_shell/simple_database_system.cc @@ -4,15 +4,10 @@ #include "webkit/tools/test_shell/simple_database_system.h" -#if defined(USE_SYSTEM_SQLITE) -#include -#else -#include "third_party/sqlite/preprocessed/sqlite3.h" -#endif - #include "base/auto_reset.h" #include "base/file_util.h" #include "base/message_loop.h" +#include "third_party/sqlite/preprocessed/sqlite3.h" #include "third_party/WebKit/WebKit/chromium/public/WebDatabase.h" #include "third_party/WebKit/WebKit/chromium/public/WebString.h" #include "webkit/database/database_util.h" -- cgit v1.1