Index: chromeos/network/onc/onc_validator.cc |
diff --git a/chrome/browser/chromeos/network_settings/onc_validator.cc b/chromeos/network/onc/onc_validator.cc |
similarity index 98% |
rename from chrome/browser/chromeos/network_settings/onc_validator.cc |
rename to chromeos/network/onc/onc_validator.cc |
index ec4922797a060dbcef90e6a6490000da59e9260f..684eca32eeebf42b8b9d44e0d7f3d926f6839f82 100644 |
--- a/chrome/browser/chromeos/network_settings/onc_validator.cc |
+++ b/chromeos/network/onc/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/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/onc_constants.h" |
+#include "chromeos/network/onc/onc_signature.h" |
namespace chromeos { |
namespace onc { |