Chromium Code Reviews| Index: third_party/sqlite/src/src/main.c |
| diff --git a/third_party/sqlite/src/src/main.c b/third_party/sqlite/src/src/main.c |
| index 3a6fccf91cbd8137e12928e1ed8195c5cd668d0b..c904d401119fb210672cfd3bcdf372cb7c42eb4a 100644 |
| --- a/third_party/sqlite/src/src/main.c |
| +++ b/third_party/sqlite/src/src/main.c |
| @@ -17,7 +17,7 @@ |
| #include "sqliteInt.h" |
| #ifdef SQLITE_ENABLE_FTS3 |
| -# include "../ext/fts3/fts3.h" |
| +# include "fts3.h" |
| #endif |
| #ifdef SQLITE_ENABLE_RTREE |
| # include "rtree.h" |