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

Unified Diff: crash_dumper.cc

Issue 2870012: Fix include path (Closed) Base URL: ssh://git@chromiumos-git//crash-dumper.git
Patch Set: Created 10 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crash_dumper.cc
diff --git a/crash_dumper.cc b/crash_dumper.cc
index 52d18d7425d1d538db30bd3b5f157c6e71f0eb67..b437c54e1310add7d9882b3da83f8374325a3e49 100644
--- a/crash_dumper.cc
+++ b/crash_dumper.cc
@@ -16,7 +16,7 @@
#include "client/linux/handler/exception_handler.h"
#include "common/linux/linux_libc_support.h"
#include "common/linux/linux_syscall_support.h"
-#include "crash/crash_dumper.h"
+#include "crash-dumper/crash_dumper.h"
// Define sys_mkdir (sys_open passes mode_t as int, so we do too).
LSS_INLINE _syscall2(int, mkdir, const char *, pathname, int, mode);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698