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

Unified Diff: util/mach/scoped_task_suspend_test.cc

Issue 811823003: Cross platform low level file IO wrappers (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: whitespace Created 6 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: util/mach/scoped_task_suspend_test.cc
diff --git a/util/mach/scoped_task_suspend_test.cc b/util/mach/scoped_task_suspend_test.cc
index 58d028cb05134485d7024834fcfd3b313677bb93..210f9f79e271a18874297bf9bd4c206effe5d446 100644
--- a/util/mach/scoped_task_suspend_test.cc
+++ b/util/mach/scoped_task_suspend_test.cc
@@ -17,7 +17,7 @@
#include <mach/mach.h>
#include "gtest/gtest.h"
-#include "util/file/fd_io.h"
+#include "util/file/file_io.h"
Mark Mentovai 2014/12/16 22:40:25 Looks like this #include is vestigial, and we can
scottmg 2014/12/17 00:22:58 Done.
#include "util/test/mac/mach_errors.h"
#include "util/test/mac/mach_multiprocess.h"

Powered by Google App Engine
This is Rietveld 408576698