| Index: webkit/tools/test_shell/simple_database_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_database_system.cc b/webkit/tools/test_shell/simple_database_system.cc
|
| index dd0326ca962ef427d4e4ea60bfe3bbf1fcae2624..16e280fb6c2da1a1e42d1173cbe34f1e4be28a80 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 <sqlite3.h>
|
| -#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"
|
|
|