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

Unified Diff: rlz/lib/recursive_cross_process_lock_posix.cc

Issue 23526052: Include What You Use: #include <errno.h> where errno is used, or use DPLOG (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « base/files/memory_mapped_file_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/recursive_cross_process_lock_posix.cc
===================================================================
--- rlz/lib/recursive_cross_process_lock_posix.cc (revision 223129)
+++ rlz/lib/recursive_cross_process_lock_posix.cc (working copy)
@@ -4,6 +4,7 @@
#include "rlz/lib/recursive_cross_process_lock_posix.h"
+#include <errno.h>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/stat.h>
« no previous file with comments | « base/files/memory_mapped_file_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698