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

Unified Diff: sql/test/sql_test_base.h

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/test/error_callback_support.h ('k') | sql/test/test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/test/sql_test_base.h
diff --git a/sql/test/sql_test_base.h b/sql/test/sql_test_base.h
index ebe9048e9602ebc65ca66a682876882a20e55a53..fcc40c092fe5fda8a023a199f8b97e1bf34787eb 100644
--- a/sql/test/sql_test_base.h
+++ b/sql/test/sql_test_base.h
@@ -7,6 +7,7 @@
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "sql/connection.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « sql/test/error_callback_support.h ('k') | sql/test/test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698