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

Unified Diff: chrome/utility/importer/edge_database_reader_unittest_win.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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
Index: chrome/utility/importer/edge_database_reader_unittest_win.cc
diff --git a/chrome/utility/importer/edge_database_reader_unittest_win.cc b/chrome/utility/importer/edge_database_reader_unittest_win.cc
index c9bb3214ab41b0221641e8b0a3f8b8eaaed0a3ec..594952b4759d6eaba77c8d17001baddc93cc9825 100644
--- a/chrome/utility/importer/edge_database_reader_unittest_win.cc
+++ b/chrome/utility/importer/edge_database_reader_unittest_win.cc
@@ -5,9 +5,13 @@
#include "chrome/utility/importer/edge_database_reader_win.h"
#include <windows.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <string.h>
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
+#include "base/macros.h"
#include "base/path_service.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
« no previous file with comments | « chrome/utility/importer/bookmarks_file_importer_unittest.cc ('k') | chrome/utility/importer/edge_database_reader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698