Index: components/policy/core/common/preg_parser_win_unittest.cc |
diff --git a/chrome/browser/policy/preg_parser_win_unittest.cc b/components/policy/core/common/preg_parser_win_unittest.cc |
similarity index 97% |
rename from chrome/browser/policy/preg_parser_win_unittest.cc |
rename to components/policy/core/common/preg_parser_win_unittest.cc |
index ede4e97b9f6d96c9d823eaffc814227f6eac7818..d6b71b6e097b78827f53b179dd5f89b1d3fabeef 100644 |
--- a/chrome/browser/policy/preg_parser_win_unittest.cc |
+++ b/components/policy/core/common/preg_parser_win_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/policy/preg_parser_win.h" |
+#include "components/policy/core/common/preg_parser_win.h" |
#include "base/base_paths.h" |
#include "base/files/file_path.h" |
@@ -10,7 +10,7 @@ |
#include "base/logging.h" |
#include "base/path_service.h" |
#include "base/values.h" |
-#include "chrome/browser/policy/policy_load_status.h" |
+#include "components/policy/core/common/policy_load_status.h" |
#include "components/policy/core/common/registry_dict_win.h" |
#include "testing/gtest/include/gtest/gtest.h" |