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

Unified Diff: util/string/split_string.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/stdlib/strnlen.h ('k') | util/synchronization/semaphore_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/string/split_string.cc
diff --git a/util/string/split_string.cc b/util/string/split_string.cc
index 2123b4db057af57ebfe8dde334582033b8d2e33d..25048b5636d7fe9d4be2a1b76f6a80f9bd40f15a 100644
--- a/util/string/split_string.cc
+++ b/util/string/split_string.cc
@@ -14,6 +14,8 @@
#include "util/string/split_string.h"
+#include <sys/types.h>
+
namespace crashpad {
bool SplitString(const std::string& string,
« no previous file with comments | « util/stdlib/strnlen.h ('k') | util/synchronization/semaphore_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698