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

Unified Diff: sandbox/win/src/process_thread_policy.cc

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/process_thread_policy.cc
diff --git a/sandbox/src/process_thread_policy.cc b/sandbox/win/src/process_thread_policy.cc
similarity index 96%
rename from sandbox/src/process_thread_policy.cc
rename to sandbox/win/src/process_thread_policy.cc
index ca0091675a247507f0bb0a4a5ba2cf94a566c7c5..9493b9ea1994f7c215617a28a5b4b9661c00c3a5 100644
--- a/sandbox/src/process_thread_policy.cc
+++ b/sandbox/win/src/process_thread_policy.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sandbox/src/process_thread_policy.h"
+#include "sandbox/win/src/process_thread_policy.h"
#include <string>
#include "base/memory/scoped_ptr.h"
-#include "sandbox/src/ipc_tags.h"
-#include "sandbox/src/nt_internals.h"
-#include "sandbox/src/policy_engine_opcodes.h"
-#include "sandbox/src/policy_params.h"
-#include "sandbox/src/sandbox_types.h"
-#include "sandbox/src/win_utils.h"
+#include "sandbox/win/src/ipc_tags.h"
+#include "sandbox/win/src/nt_internals.h"
+#include "sandbox/win/src/policy_engine_opcodes.h"
+#include "sandbox/win/src/policy_params.h"
+#include "sandbox/win/src/sandbox_types.h"
+#include "sandbox/win/src/win_utils.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698