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

Unified Diff: chrome/app/breakpad_linux.cc

Issue 10792027: Move /seccompsandbox to /sandbox/linux/seccomp-legacy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (post Windows sandbox move) Created 8 years, 5 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 | « chrome/app/DEPS ('k') | chrome/nacl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_linux.cc
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
index 2bf3e81a0c83c6a74b9b5f2e4962b79a0a46d2a9..d363f4d2b20d87ce622cfe87011e83e3e27a8fd7 100644
--- a/chrome/app/breakpad_linux.cc
+++ b/chrome/app/breakpad_linux.cc
@@ -51,7 +51,7 @@
#include "base/android/path_utils.h"
#include "third_party/lss/linux_syscall_support.h"
#else
-#include "seccompsandbox/linux_syscall_support.h"
+#include "sandbox/linux/seccomp-legacy/linux_syscall_support.h"
#endif
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/nacl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698