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

Unified Diff: sql/meta_table.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. 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 | « sql/connection_unittest.cc ('k') | sql/meta_table_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/meta_table.cc
diff --git a/sql/meta_table.cc b/sql/meta_table.cc
index 011fe18acfb7ee1891778ece58e3bbd2f1f6a615..b3e0503ad81c0ea239a79f89355c0a0cebcda66f 100644
--- a/sql/meta_table.cc
+++ b/sql/meta_table.cc
@@ -4,6 +4,8 @@
#include "sql/meta_table.h"
+#include <stdint.h>
+
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/strings/string_util.h"
« no previous file with comments | « sql/connection_unittest.cc ('k') | sql/meta_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698