Index: sandbox/win/src/policy_engine_params.h |
diff --git a/sandbox/src/policy_engine_params.h b/sandbox/win/src/policy_engine_params.h |
similarity index 97% |
rename from sandbox/src/policy_engine_params.h |
rename to sandbox/win/src/policy_engine_params.h |
index ecf454f64e67185f2495ab9f3ce4b078b3d23b2c..a1566f3afab355ff085c132e27acafd179be3612 100644 |
--- a/sandbox/src/policy_engine_params.h |
+++ b/sandbox/win/src/policy_engine_params.h |
@@ -6,9 +6,9 @@ |
#define SANDBOX_SRC_POLICY_ENGINE_PARAMS_H__ |
#include "base/basictypes.h" |
-#include "sandbox/src/internal_types.h" |
-#include "sandbox/src/nt_internals.h" |
-#include "sandbox/src/sandbox_nt_util.h" |
+#include "sandbox/win/src/internal_types.h" |
+#include "sandbox/win/src/nt_internals.h" |
+#include "sandbox/win/src/sandbox_nt_util.h" |
// This header defines the classes that allow the low level policy to select |
// the input parameters. In order to better make sense of this header is |