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

Unified Diff: components/policy/core/browser/proxy_policy_handler.h

Issue 1384463002: Componentize proxy_policy_handler from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and updated Created 5 years, 2 months 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 | « components/policy/core/browser/DEPS ('k') | components/policy/core/browser/proxy_policy_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/browser/proxy_policy_handler.h
diff --git a/chrome/browser/net/proxy_policy_handler.h b/components/policy/core/browser/proxy_policy_handler.h
similarity index 88%
rename from chrome/browser/net/proxy_policy_handler.h
rename to components/policy/core/browser/proxy_policy_handler.h
index 08a1c372bf1ae194c7656fb04b7e706c09571560..d99606cba50dd64573b5c241cea3206a4f40bcc8 100644
--- a/chrome/browser/net/proxy_policy_handler.h
+++ b/components/policy/core/browser/proxy_policy_handler.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_NET_PROXY_POLICY_HANDLER_H_
-#define CHROME_BROWSER_NET_PROXY_POLICY_HANDLER_H_
+#ifndef COMPONENTS_POLICY_CORE_BROWSER_PROXY_POLICY_HANDLER_H_
+#define COMPONENTS_POLICY_CORE_BROWSER_PROXY_POLICY_HANDLER_H_
#include <string>
@@ -16,7 +16,7 @@ class ProxyMap;
class ProxyErrorMap;
// ConfigurationPolicyHandler for the proxy policies.
-class ProxyPolicyHandler : public ConfigurationPolicyHandler {
+class POLICY_EXPORT ProxyPolicyHandler : public ConfigurationPolicyHandler {
public:
// Constants for the "Proxy Server Mode" defined in the policies.
// Note that these diverge from internal presentation defined in
@@ -61,4 +61,4 @@ class ProxyPolicyHandler : public ConfigurationPolicyHandler {
} // namespace policy
-#endif // CHROME_BROWSER_NET_PROXY_POLICY_HANDLER_H_
+#endif // COMPONENTS_POLICY_CORE_BROWSER_PROXY_POLICY_HANDLER_H_
« no previous file with comments | « components/policy/core/browser/DEPS ('k') | components/policy/core/browser/proxy_policy_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698