| Index: chrome/common/database_util.cc
|
| diff --git a/chrome/common/database_util.cc b/chrome/common/database_util.cc
|
| index 7af72c007230bf221584696022e9ab6b6c507a95..c62e5fa5b3d687d0b8c14a1049fadf2c29206600 100644
|
| --- a/chrome/common/database_util.cc
|
| +++ b/chrome/common/database_util.cc
|
| @@ -4,15 +4,10 @@
|
|
|
| #include "chrome/common/database_util.h"
|
|
|
| -#if defined(USE_SYSTEM_SQLITE)
|
| -#include <sqlite3.h>
|
| -#else
|
| -#include "third_party/sqlite/preprocessed/sqlite3.h"
|
| -#endif
|
| -
|
| #include "chrome/common/child_thread.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| +#include "third_party/sqlite/preprocessed/sqlite3.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebString.h"
|
|
|
| using WebKit::WebKitClient;
|
|
|