| Index: chrome/browser/chromeos/settings/owner_key_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/owner_key_utils.cc b/chrome/browser/chromeos/settings/owner_key_utils.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/login/owner_key_utils.cc
|
| rename to chrome/browser/chromeos/settings/owner_key_utils.cc
|
| index 99e2c06481a697ed9d61998479adc743208bf141..e211877b468692ec833ab7e4ad830ed2c4d6db27 100644
|
| --- a/chrome/browser/chromeos/login/owner_key_utils.cc
|
| +++ b/chrome/browser/chromeos/settings/owner_key_utils.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/login/owner_key_utils.h"
|
| +#include "chrome/browser/chromeos/settings/owner_key_utils.h"
|
|
|
| #include <limits>
|
|
|
| @@ -11,11 +11,11 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| +#include "chrome/browser/chromeos/cros/cros_library.h"
|
| +#include "chrome/common/extensions/extension_constants.h"
|
| #include "crypto/rsa_private_key.h"
|
| #include "crypto/signature_creator.h"
|
| #include "crypto/signature_verifier.h"
|
| -#include "chrome/browser/chromeos/cros/cros_library.h"
|
| -#include "chrome/common/extensions/extension_constants.h"
|
|
|
| using extension_misc::kSignatureAlgorithm;
|
|
|
|
|