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

Unified Diff: sandbox/win/src/interceptors.h

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree 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
Index: sandbox/win/src/interceptors.h
diff --git a/sandbox/src/interceptors.h b/sandbox/win/src/interceptors.h
similarity index 96%
rename from sandbox/src/interceptors.h
rename to sandbox/win/src/interceptors.h
index 67b0900317767fa9f927e4b197fd9684b228f948..43126d005ac85e0d552aab09003e929019ef15fa 100644
--- a/sandbox/src/interceptors.h
+++ b/sandbox/win/src/interceptors.h
@@ -6,7 +6,7 @@
#define SANDBOX_SRC_INTERCEPTORS_H_
#if defined(_WIN64)
-#include "sandbox/src/interceptors_64.h"
+#include "sandbox/win/src/interceptors_64.h"
#endif
namespace sandbox {

Powered by Google App Engine
This is Rietveld 408576698