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

Unified Diff: util/file/file_writer.cc

Issue 936153002: Add FileReaderInterface. Move StringFileWriter to StringFile and (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 10 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
Index: util/file/file_writer.cc
diff --git a/util/file/file_writer.cc b/util/file/file_writer.cc
index 1b6ba0d4a1079ad87d3c5e89fca22a97404eb604..7d89622e77f5eb05b06feb58f77729b0bed6dedd 100644
--- a/util/file/file_writer.cc
+++ b/util/file/file_writer.cc
@@ -19,6 +19,7 @@
#include <limits.h>
#include "base/logging.h"
+#include "build/build_config.h"
#if defined(OS_POSIX)
#include <sys/uio.h>
« util/file/file_reader.cc ('K') | « 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