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

Unified Diff: sandbox/win/src/sync_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 (properly this time) 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 | « sandbox/win/src/sync_policy.h ('k') | sandbox/win/src/sync_policy_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sync_policy.cc
diff --git a/sandbox/src/sync_policy.cc b/sandbox/win/src/sync_policy.cc
similarity index 93%
rename from sandbox/src/sync_policy.cc
rename to sandbox/win/src/sync_policy.cc
index 364cf7370ab3528cb95e69d728bf5386b607e149..926fc52791e6302295765c442c93e94419f6c58e 100644
--- a/sandbox/src/sync_policy.cc
+++ b/sandbox/win/src/sync_policy.cc
@@ -4,14 +4,14 @@
#include <string>
-#include "sandbox/src/sync_policy.h"
+#include "sandbox/win/src/sync_policy.h"
#include "base/logging.h"
-#include "sandbox/src/ipc_tags.h"
-#include "sandbox/src/policy_engine_opcodes.h"
-#include "sandbox/src/policy_params.h"
-#include "sandbox/src/sandbox_types.h"
-#include "sandbox/src/sandbox_utils.h"
+#include "sandbox/win/src/ipc_tags.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/sandbox_utils.h"
namespace sandbox {
« no previous file with comments | « sandbox/win/src/sync_policy.h ('k') | sandbox/win/src/sync_policy_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698