Index: chrome/browser/chromeos/settings/signed_settings_migration_helper.h |
diff --git a/chrome/browser/chromeos/signed_settings_migration_helper.h b/chrome/browser/chromeos/settings/signed_settings_migration_helper.h |
similarity index 84% |
rename from chrome/browser/chromeos/signed_settings_migration_helper.h |
rename to chrome/browser/chromeos/settings/signed_settings_migration_helper.h |
index 5c19b9af5b6990ba29de80002c9049772a517b06..13d5bfb280c7d773025762f8ba7a4f710fa2eede 100644 |
--- a/chrome/browser/chromeos/signed_settings_migration_helper.h |
+++ b/chrome/browser/chromeos/settings/signed_settings_migration_helper.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_CHROMEOS_SIGNED_SETTINGS_MIGRATION_HELPER_H_ |
-#define CHROME_BROWSER_CHROMEOS_SIGNED_SETTINGS_MIGRATION_HELPER_H_ |
+#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_MIGRATION_HELPER_H_ |
+#define CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_MIGRATION_HELPER_H_ |
#include "base/memory/weak_ptr.h" |
-#include "chrome/browser/chromeos/login/ownership_service.h" |
-#include "chrome/browser/chromeos/login/signed_settings_helper.h" |
+#include "chrome/browser/chromeos/settings/ownership_service.h" |
+#include "chrome/browser/chromeos/settings/signed_settings_helper.h" |
#include "chrome/browser/prefs/pref_value_map.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
@@ -56,4 +56,4 @@ class SignedSettingsMigrationHelper : public content::NotificationObserver { |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_SIGNED_SETTINGS_MIGRATION_HELPER_H_ |
+#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_MIGRATION_HELPER_H_ |