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

Unified Diff: util/file/file_writer.cc

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 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 | « util/file/file_writer.h ('k') | util/file/string_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/file_writer.cc
diff --git a/util/file/file_writer.cc b/util/file/file_writer.cc
index 00a323e54f74fa79ad5d696625b62a655222a268..edbdb8d5bd51683ace124556471ff92583c40eeb 100644
--- a/util/file/file_writer.cc
+++ b/util/file/file_writer.cc
@@ -14,9 +14,10 @@
#include "util/file/file_writer.h"
-#include <algorithm>
-
#include <limits.h>
+#include <string.h>
+
+#include <algorithm>
#include "base/logging.h"
#include "base/numerics/safe_conversions.h"
« no previous file with comments | « util/file/file_writer.h ('k') | util/file/string_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698