Chromium Code Reviews

Unified Diff: sql/recovery_unittest.cc

Issue 1533283002: Switch to standard integer types in xxx/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sql/recovery.cc ('k') | sql/sql_memory_dump_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/recovery_unittest.cc
diff --git a/sql/recovery_unittest.cc b/sql/recovery_unittest.cc
index bbddd97221f07870774c34e845a53f12542a9c39..36c9de72ab7317ddb3f151e81eed413fefe80a00 100644
--- a/sql/recovery_unittest.cc
+++ b/sql/recovery_unittest.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+
#include <string>
#include "base/bind.h"
« no previous file with comments | « sql/recovery.cc ('k') | sql/sql_memory_dump_provider.h » ('j') | no next file with comments »

Powered by Google App Engine