| Index: chrome/browser/supervised_user/custodian_profile_downloader_service.h
|
| diff --git a/chrome/browser/managed_mode/custodian_profile_downloader_service.h b/chrome/browser/supervised_user/custodian_profile_downloader_service.h
|
| similarity index 91%
|
| rename from chrome/browser/managed_mode/custodian_profile_downloader_service.h
|
| rename to chrome/browser/supervised_user/custodian_profile_downloader_service.h
|
| index 5092b8d5f36dacc5d1202cc2d7d72a1448129f40..05973a37bdbcda790d79e2aa8bc64689754f705e 100644
|
| --- a/chrome/browser/managed_mode/custodian_profile_downloader_service.h
|
| +++ b/chrome/browser/supervised_user/custodian_profile_downloader_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_MANAGED_MODE_CUSTODIAN_PROFILE_DOWNLOADER_SERVICE_H_
|
| -#define CHROME_BROWSER_MANAGED_MODE_CUSTODIAN_PROFILE_DOWNLOADER_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_SUPERVISED_USER_CUSTODIAN_PROFILE_DOWNLOADER_SERVICE_H_
|
| +#define CHROME_BROWSER_SUPERVISED_USER_CUSTODIAN_PROFILE_DOWNLOADER_SERVICE_H_
|
|
|
| #include "base/callback.h"
|
| #include "chrome/browser/profiles/profile_downloader.h"
|
| @@ -56,4 +56,4 @@ class CustodianProfileDownloaderService : public KeyedService,
|
| std::string in_progress_profile_email_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MANAGED_MODE_CUSTODIAN_PROFILE_DOWNLOADER_SERVICE_H_
|
| +#endif // CHROME_BROWSER_SUPERVISED_USER_CUSTODIAN_PROFILE_DOWNLOADER_SERVICE_H_
|
|
|