From 39c5ef077f7aeb5a2be3919d5d287681c4abaf51 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 15 Sep 2010 22:49:38 +0000 Subject: Revert 59573 - Move sqlite preprocessed directory one level up, it's not from upstream. This is a follow-up to one of my earlier patches. TEST=none BUG=22208, 50769 Review URL: http://codereview.chromium.org/3301019 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3389007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59575 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/sqlite/sqlite3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/sqlite/sqlite3.h') diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h index 812939d..6c7c3b0 100644 --- a/third_party/sqlite/sqlite3.h +++ b/third_party/sqlite/sqlite3.h @@ -16,7 +16,7 @@ // when using system sqlite). int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; } #else -#include "third_party/sqlite/preprocessed/sqlite3.h" +#include "third_party/sqlite/src/preprocessed/sqlite3.h" #endif #endif // THIRD_PARTY_SQLITE_SQLITE3_H_ -- cgit v1.1