| Index: chromeos/network/onc/onc_signature.cc
|
| diff --git a/chrome/browser/chromeos/network_settings/onc_signature.cc b/chromeos/network/onc/onc_signature.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/network_settings/onc_signature.cc
|
| rename to chromeos/network/onc/onc_signature.cc
|
| index ee8cf524c6b92c8a01b8a8a90678dfd0194fd389..f71328c378dececf980d1f6b6aa20ae365d2a947 100644
|
| --- a/chrome/browser/chromeos/network_settings/onc_signature.cc
|
| +++ b/chromeos/network/onc/onc_signature.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 "chrome/browser/chromeos/network_settings/onc_signature.h"
|
| +#include "chromeos/network/onc/onc_signature.h"
|
|
|
| -#include "chrome/browser/chromeos/cros/onc_constants.h"
|
| +#include "chromeos/network/onc/onc_constants.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| using base::Value;
|
|
|