| Index: chrome/renderer/render_thread.cc
|
| diff --git a/chrome/renderer/render_thread.cc b/chrome/renderer/render_thread.cc
|
| index 357348805225ef6a1536c5c4e77be32729530b13..f63a90eecda08cc03227fb261239c024d3ad18e4 100644
|
| --- a/chrome/renderer/render_thread.cc
|
| +++ b/chrome/renderer/render_thread.cc
|
| @@ -9,12 +9,6 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| -#if defined(USE_SYSTEM_SQLITE)
|
| -#include <sqlite3.h>
|
| -#else
|
| -#include "third_party/sqlite/preprocessed/sqlite3.h"
|
| -#endif
|
| -
|
| #include "base/command_line.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| @@ -64,6 +58,7 @@
|
| #include "ipc/ipc_message.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "net/base/net_util.h"
|
| +#include "third_party/sqlite/preprocessed/sqlite3.h"
|
| #include "third_party/tcmalloc/chromium/src/google/malloc_extension.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebCache.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebColor.h"
|
|
|