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

Unified Diff: components/policy/core/common/policy_schema_unittest.cc

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | « components/policy/core/common/policy_schema.cc ('k') | components/policy/policy_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_schema_unittest.cc
diff --git a/chrome/common/policy/policy_schema_unittest.cc b/components/policy/core/common/policy_schema_unittest.cc
similarity index 99%
rename from chrome/common/policy/policy_schema_unittest.cc
rename to components/policy/core/common/policy_schema_unittest.cc
index 9f515a24351811a200976432f6fde0601143afd6..bfbdd6521599a5f6a896f41eec1ad6e512e5e7ee 100644
--- a/chrome/common/policy/policy_schema_unittest.cc
+++ b/components/policy/core/common/policy_schema_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/common/policy/policy_schema.h"
+#include "components/policy/core/common/policy_schema.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -191,4 +191,3 @@ TEST(PolicySchemaTest, ValidSchema) {
}
} // namespace policy
-
« no previous file with comments | « components/policy/core/common/policy_schema.cc ('k') | components/policy/policy_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698