| Index: extensions/browser/management_policy.h
|
| diff --git a/chrome/browser/extensions/management_policy.h b/extensions/browser/management_policy.h
|
| similarity index 97%
|
| rename from chrome/browser/extensions/management_policy.h
|
| rename to extensions/browser/management_policy.h
|
| index 1aafc41ebd9ee6c7e40550722ef5644cd0e393ac..966b355d2428294df049132227ed54b4ce70abe5 100644
|
| --- a/chrome/browser/extensions/management_policy.h
|
| +++ b/extensions/browser/management_policy.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_EXTENSIONS_MANAGEMENT_POLICY_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_MANAGEMENT_POLICY_H_
|
| +#ifndef EXTENSIONS_BROWSER_MANAGEMENT_POLICY_H_
|
| +#define EXTENSIONS_BROWSER_MANAGEMENT_POLICY_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -138,4 +138,4 @@ class ManagementPolicy {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_MANAGEMENT_POLICY_H_
|
| +#endif // EXTENSIONS_BROWSER_MANAGEMENT_POLICY_H_
|
|
|