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

Unified Diff: components/proxy_config/pref_proxy_config_tracker.h

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating for win p/f Created 5 years, 4 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/proxy_config/DEPS ('k') | components/proxy_config/pref_proxy_config_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/pref_proxy_config_tracker.h
diff --git a/chrome/browser/net/pref_proxy_config_tracker.h b/components/proxy_config/pref_proxy_config_tracker.h
similarity index 83%
rename from chrome/browser/net/pref_proxy_config_tracker.h
rename to components/proxy_config/pref_proxy_config_tracker.h
index 7ce43e041d02acf3865a67b1b6ce9e4ca6473c82..77416e53ca7c479451bcc2dd68a6ffae2a286d29 100644
--- a/chrome/browser/net/pref_proxy_config_tracker.h
+++ b/components/proxy_config/pref_proxy_config_tracker.h
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_H_
-#define CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_H_
+#ifndef COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_H_
+#define COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "components/proxy_config/proxy_config_export.h"
namespace net {
class ProxyConfigService;
@@ -16,7 +17,7 @@ class ProxyConfigService;
// concrete class is to track changes in the Preferences, to translates the
// preferences to net::ProxyConfig and to push the result over to a
// net::ProxyConfigService onto the IO thread.
-class PrefProxyConfigTracker {
+class PROXY_CONFIG_EXPORT PrefProxyConfigTracker {
public:
PrefProxyConfigTracker();
virtual ~PrefProxyConfigTracker();
@@ -40,4 +41,4 @@ class PrefProxyConfigTracker {
DISALLOW_COPY_AND_ASSIGN(PrefProxyConfigTracker);
};
-#endif // CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_H_
+#endif // COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_H_
« no previous file with comments | « components/proxy_config/DEPS ('k') | components/proxy_config/pref_proxy_config_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698