| Index: chrome/browser/supervised_user/permission_request_creator_apiary.h
|
| diff --git a/chrome/browser/managed_mode/permission_request_creator_apiary.h b/chrome/browser/supervised_user/permission_request_creator_apiary.h
|
| similarity index 89%
|
| rename from chrome/browser/managed_mode/permission_request_creator_apiary.h
|
| rename to chrome/browser/supervised_user/permission_request_creator_apiary.h
|
| index 7eb25e8de2d034f9f6eb4adc53e7ffd25a0c489a..24dd4ccc1d5d01ab70638efb3d324702ecc1a39c 100644
|
| --- a/chrome/browser/managed_mode/permission_request_creator_apiary.h
|
| +++ b/chrome/browser/supervised_user/permission_request_creator_apiary.h
|
| @@ -2,10 +2,10 @@
|
| // 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_PERMISSION_REQUEST_CREATOR_APIARY_H_
|
| -#define CHROME_BROWSER_MANAGED_MODE_PERMISSION_REQUEST_CREATOR_APIARY_H_
|
| +#ifndef CHROME_BROWSER_SUPERVISED_USER_PERMISSION_REQUEST_CREATOR_APIARY_H_
|
| +#define CHROME_BROWSER_SUPERVISED_USER_PERMISSION_REQUEST_CREATOR_APIARY_H_
|
|
|
| -#include "chrome/browser/managed_mode/permission_request_creator.h"
|
| +#include "chrome/browser/supervised_user/permission_request_creator.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "google_apis/gaia/oauth2_token_service.h"
|
| @@ -69,4 +69,4 @@ class PermissionRequestCreatorApiary : public PermissionRequestCreator,
|
| scoped_ptr<net::URLFetcher> url_fetcher_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MANAGED_MODE_PERMISSION_REQUEST_CREATOR_APIARY_H_
|
| +#endif // CHROME_BROWSER_SUPERVISED_USER_PERMISSION_REQUEST_CREATOR_APIARY_H_
|
|
|