Index: chromeos/network/onc_validator.cc |
diff --git a/chrome/browser/chromeos/network_settings/onc_validator.cc b/chromeos/network/onc_validator.cc |
similarity index 98% |
rename from chrome/browser/chromeos/network_settings/onc_validator.cc |
rename to chromeos/network/onc_validator.cc |
index ec4922797a060dbcef90e6a6490000da59e9260f..78e10c6f15f5ebec10964fe6d071b11d8d955908 100644 |
--- a/chrome/browser/chromeos/network_settings/onc_validator.cc |
+++ b/chromeos/network/onc_validator.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/chromeos/network_settings/onc_validator.h" |
+#include "chromeos/network/onc_validator.h" |
#include <algorithm> |
#include <string> |
@@ -10,8 +10,8 @@ |
#include "base/logging.h" |
#include "base/string_util.h" |
#include "base/values.h" |
-#include "chrome/browser/chromeos/cros/onc_constants.h" |
-#include "chrome/browser/chromeos/network_settings/onc_signature.h" |
+#include "chromeos/network/onc_constants.h" |
+#include "chromeos/network/onc_signature.h" |
namespace chromeos { |
namespace onc { |