Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: extensions/browser/management_policy.h

Issue 82773002: Move some dependencies of ExtensionService down to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit check fixed Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/external_provider_interface.h ('k') | extensions/browser/management_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « extensions/browser/external_provider_interface.h ('k') | extensions/browser/management_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698