| Index: chrome/browser/policy/cloud/user_info_fetcher.h
|
| diff --git a/chrome/browser/policy/user_info_fetcher.h b/chrome/browser/policy/cloud/user_info_fetcher.h
|
| similarity index 91%
|
| rename from chrome/browser/policy/user_info_fetcher.h
|
| rename to chrome/browser/policy/cloud/user_info_fetcher.h
|
| index a6e7982a8b3f9a5140ab825dda3758bdd6cd7c29..1dab0ec316df19f85443fd5f58456e5ce6c861fa 100644
|
| --- a/chrome/browser/policy/user_info_fetcher.h
|
| +++ b/chrome/browser/policy/cloud/user_info_fetcher.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_POLICY_USER_INFO_FETCHER_H_
|
| -#define CHROME_BROWSER_POLICY_USER_INFO_FETCHER_H_
|
| +#ifndef CHROME_BROWSER_POLICY_CLOUD_USER_INFO_FETCHER_H_
|
| +#define CHROME_BROWSER_POLICY_CLOUD_USER_INFO_FETCHER_H_
|
|
|
| #include <string>
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -60,4 +60,4 @@ class UserInfoFetcher : public net::URLFetcherDelegate {
|
|
|
| } // namespace policy
|
|
|
| -#endif // CHROME_BROWSER_POLICY_USER_INFO_FETCHER_H_
|
| +#endif // CHROME_BROWSER_POLICY_CLOUD_USER_INFO_FETCHER_H_
|
|
|