Index: chrome/browser/chromeos/settings/signed_settings_cache.h |
diff --git a/chrome/browser/chromeos/login/signed_settings_cache.h b/chrome/browser/chromeos/settings/signed_settings_cache.h |
similarity index 85% |
rename from chrome/browser/chromeos/login/signed_settings_cache.h |
rename to chrome/browser/chromeos/settings/signed_settings_cache.h |
index a73ad8c181906bb003094b610c430b051c521856..ab9da594f2b58bfd0d25038b4117719538225997 100644 |
--- a/chrome/browser/chromeos/login/signed_settings_cache.h |
+++ b/chrome/browser/chromeos/settings/signed_settings_cache.h |
@@ -2,8 +2,8 @@ |
// 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_CACHE_H_ |
-#define CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_CACHE_H_ |
+#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_CACHE_H_ |
+#define CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_CACHE_H_ |
namespace enterprise_management { |
class PolicyData; |
@@ -36,4 +36,4 @@ void Finalize(PrefService* local_state); |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_CACHE_H_ |
+#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_CACHE_H_ |