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

Unified Diff: extensions/browser/test_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/management_policy_unittest.cc ('k') | extensions/browser/test_management_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_management_policy.h
diff --git a/chrome/browser/extensions/test_management_policy.h b/extensions/browser/test_management_policy.h
similarity index 88%
rename from chrome/browser/extensions/test_management_policy.h
rename to extensions/browser/test_management_policy.h
index 00dc98bf422ed1e3311ca4fe358a4a6957146024..e041143987871447003fc64f71dfe09361beb46e 100644
--- a/chrome/browser/extensions/test_management_policy.h
+++ b/extensions/browser/test_management_policy.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_TEST_MANAGEMENT_POLICY_H_
-#define CHROME_BROWSER_EXTENSIONS_TEST_MANAGEMENT_POLICY_H_
+#ifndef EXTENSIONS_BROWSER_TEST_MANAGEMENT_POLICY_H_
+#define EXTENSIONS_BROWSER_TEST_MANAGEMENT_POLICY_H_
#include <string>
#include "base/strings/string16.h"
#include "chrome/browser/extensions/extension_service.h"
-#include "chrome/browser/extensions/management_policy.h"
+#include "extensions/browser/management_policy.h"
namespace extensions {
@@ -62,4 +62,4 @@ class TestManagementPolicyProvider : public ManagementPolicy::Provider {
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_TEST_MANAGEMENT_POLICY_H_
+#endif // EXTENSIONS_BROWSER_TEST_MANAGEMENT_POLICY_H_
« no previous file with comments | « extensions/browser/management_policy_unittest.cc ('k') | extensions/browser/test_management_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698