| Index: chrome/browser/chromeos/settings/signed_settings.h
|
| diff --git a/chrome/browser/chromeos/login/signed_settings.h b/chrome/browser/chromeos/settings/signed_settings.h
|
| similarity index 92%
|
| rename from chrome/browser/chromeos/login/signed_settings.h
|
| rename to chrome/browser/chromeos/settings/signed_settings.h
|
| index 29d2f7ba267284b14dbeaabf0c119ec3502571bb..17822e5b693d53ed2c01623a781f2ebdb4760d05 100644
|
| --- a/chrome/browser/chromeos/login/signed_settings.h
|
| +++ b/chrome/browser/chromeos/settings/signed_settings.h
|
| @@ -2,14 +2,14 @@
|
| // 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_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_H_
|
| +#define CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/browser/chromeos/login/owner_manager.h"
|
| +#include "chrome/browser/chromeos/settings/owner_manager.h"
|
|
|
| // There are two operations that can be performed on the Chrome OS owner-signed
|
| // settings store: Storing and Retrieving the policy blob.
|
| @@ -92,4 +92,4 @@ class SignedSettings : public base::RefCountedThreadSafe<SignedSettings>,
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_H_
|
|
|