Index: sandbox/win/src/policy_low_level_unittest.cc |
diff --git a/sandbox/src/policy_low_level_unittest.cc b/sandbox/win/src/policy_low_level_unittest.cc |
similarity index 99% |
rename from sandbox/src/policy_low_level_unittest.cc |
rename to sandbox/win/src/policy_low_level_unittest.cc |
index 20d17770101071ad34f826b50bd0679edd069ea2..4a2cf4be39d2085d71cf4a2bb8ad1997bd47babe 100644 |
--- a/sandbox/src/policy_low_level_unittest.cc |
+++ b/sandbox/win/src/policy_low_level_unittest.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sandbox/src/policy_engine_params.h" |
-#include "sandbox/src/policy_engine_processor.h" |
-#include "sandbox/src/policy_low_level.h" |
+#include "sandbox/win/src/policy_engine_params.h" |
+#include "sandbox/win/src/policy_engine_processor.h" |
+#include "sandbox/win/src/policy_low_level.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#define POLPARAMS_BEGIN(x) sandbox::ParameterSet x[] = { |