Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
diff --git a/third_party/sqlite/src/src/sqliteInt.h b/third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
similarity index 99%
copy from third_party/sqlite/src/src/sqliteInt.h
copy to third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
index 684fa57f6d8cb479a7a8faf5a20da626cd88eb8b..ea0925e4175ebf9d818f43b3d47f69e27ee8eb63 100644
--- a/third_party/sqlite/src/src/sqliteInt.h
+++ b/third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
@@ -2522,16 +2522,6 @@ int sqlite3CantopenError(int);
#endif
/*
-** The CoreServices.h and CoreFoundation.h headers are needed for excluding a
-** -journal file from Time Machine backups when its associated database has
-** previously been excluded by the client code.
-*/
-#if defined(__APPLE__)
-#include <CoreServices/CoreServices.h>
-#include <CoreFoundation/CoreFoundation.h>
-#endif
-
-/*
** The following macros mimic the standard library functions toupper(),
** isspace(), isalnum(), isdigit() and isxdigit(), respectively. The
** sqlite versions only work for ASCII characters, regardless of locale.
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/src/sqlite3ext.h ('k') | third_party/sqlite/sqlite-src-3070603/src/sqliteLimit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698