| Index: chrome/browser/chromeos/settings/signed_settings_helper.h
|
| diff --git a/chrome/browser/chromeos/login/signed_settings_helper.h b/chrome/browser/chromeos/settings/signed_settings_helper.h
|
| similarity index 85%
|
| rename from chrome/browser/chromeos/login/signed_settings_helper.h
|
| rename to chrome/browser/chromeos/settings/signed_settings_helper.h
|
| index 5c274df80fa2779d19df2f331b6679a467cbfe53..466f45a295a8ef5cac195f1c8038eb123616c6b7 100644
|
| --- a/chrome/browser/chromeos/login/signed_settings_helper.h
|
| +++ b/chrome/browser/chromeos/settings/signed_settings_helper.h
|
| @@ -2,10 +2,10 @@
|
| // 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_SIGNED_SETTINGS_HELPER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_HELPER_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_HELPER_H_
|
| +#define CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_HELPER_H_
|
|
|
| -#include "chrome/browser/chromeos/login/signed_settings.h"
|
| +#include "chrome/browser/chromeos/settings/signed_settings.h"
|
|
|
| namespace enterprise_management {
|
| class PolicyFetchResponse;
|
| @@ -55,4 +55,4 @@ class SignedSettingsHelper {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_HELPER_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_HELPER_H_
|
|
|