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

Unified Diff: third_party/sqlite/src/src/test_intarray.h

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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
« no previous file with comments | « third_party/sqlite/src/src/test_init.c ('k') | third_party/sqlite/src/src/test_intarray.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/test_intarray.h
diff --git a/third_party/sqlite/src/src/test_intarray.h b/third_party/sqlite/src/src/test_intarray.h
index 84b1f3fe667a4bc43b3b11c922973ef2130581c0..cee55b5dae80a7c31667a1fe25821ddf58b3a021 100644
--- a/third_party/sqlite/src/src/test_intarray.h
+++ b/third_party/sqlite/src/src/test_intarray.h
@@ -75,8 +75,8 @@
** action to free the intarray objects.
*/
#include "sqlite3.h"
-#ifndef _INTARRAY_H_
-#define _INTARRAY_H_
+#ifndef SQLITE_INTARRAY_H
+#define SQLITE_INTARRAY_H
/*
** Make sure we can call this stuff from C++.
@@ -125,4 +125,4 @@ SQLITE_API int sqlite3_intarray_bind(
#ifdef __cplusplus
} /* End of the 'extern "C"' block */
#endif
-#endif /* _INTARRAY_H_ */
+#endif /* SQLITE_INTARRAY_H */
« no previous file with comments | « third_party/sqlite/src/src/test_init.c ('k') | third_party/sqlite/src/src/test_intarray.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698