| Index: chrome/browser/chromeos/settings/mock_owner_key_utils.h
|
| diff --git a/chrome/browser/chromeos/login/mock_owner_key_utils.h b/chrome/browser/chromeos/settings/mock_owner_key_utils.h
|
| similarity index 84%
|
| rename from chrome/browser/chromeos/login/mock_owner_key_utils.h
|
| rename to chrome/browser/chromeos/settings/mock_owner_key_utils.h
|
| index 5bd0c452476df9ddfb97e44e74c2d2adfab144da..1a551791d1a4f392684ec8586b81bc3c027cbf27 100644
|
| --- a/chrome/browser/chromeos/login/mock_owner_key_utils.h
|
| +++ b/chrome/browser/chromeos/settings/mock_owner_key_utils.h
|
| @@ -1,17 +1,17 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_MOCK_OWNER_KEY_UTILS_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_MOCK_OWNER_KEY_UTILS_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_MOCK_OWNER_KEY_UTILS_H_
|
| +#define CHROME_BROWSER_CHROMEOS_SETTINGS_MOCK_OWNER_KEY_UTILS_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/file_path.h"
|
| +#include "chrome/browser/chromeos/settings/owner_key_utils.h"
|
| #include "crypto/rsa_private_key.h"
|
| -#include "chrome/browser/chromeos/login/owner_key_utils.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -58,4 +58,4 @@ class MockInjector : public OwnerKeyUtils::Factory {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_MOCK_OWNER_KEY_UTILS_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_MOCK_OWNER_KEY_UTILS_H_
|
|
|