| Index: chrome/browser/chromeos/settings/ownership_service.h
|
| diff --git a/chrome/browser/chromeos/login/ownership_service.h b/chrome/browser/chromeos/settings/ownership_service.h
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/login/ownership_service.h
|
| rename to chrome/browser/chromeos/settings/ownership_service.h
|
| index f2305640125b253762b672795517730e58e38fd7..13a68d52de643ffc6d34de911bc005bc7a11499b 100644
|
| --- a/chrome/browser/chromeos/login/ownership_service.h
|
| +++ b/chrome/browser/chromeos/settings/ownership_service.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_OWNERSHIP_SERVICE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_OWNERSHIP_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_OWNERSHIP_SERVICE_H_
|
| +#define CHROME_BROWSER_CHROMEOS_SETTINGS_OWNERSHIP_SERVICE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -12,8 +12,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "chrome/browser/chromeos/login/owner_key_utils.h"
|
| -#include "chrome/browser/chromeos/login/owner_manager.h"
|
| +#include "chrome/browser/chromeos/settings/owner_key_utils.h"
|
| +#include "chrome/browser/chromeos/settings/owner_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -147,4 +147,4 @@ class OwnershipService : public content::NotificationObserver {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_OWNERSHIP_SERVICE_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_OWNERSHIP_SERVICE_H_
|
|
|