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

Unified Diff: chromeos/network/proxy/ui_proxy_config_service.h

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Fix DEPS Created 4 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 | « chromeos/network/proxy/ui_proxy_config.cc ('k') | chromeos/network/proxy/ui_proxy_config_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/proxy/ui_proxy_config_service.h
diff --git a/chrome/browser/chromeos/ui_proxy_config_service.h b/chromeos/network/proxy/ui_proxy_config_service.h
similarity index 88%
rename from chrome/browser/chromeos/ui_proxy_config_service.h
rename to chromeos/network/proxy/ui_proxy_config_service.h
index 0e4b50757d6377d8db8520e7c97319de3b134b10..85c921e092c87d69d96add143810f4f71e6fce54 100644
--- a/chrome/browser/chromeos/ui_proxy_config_service.h
+++ b/chromeos/network/proxy/ui_proxy_config_service.h
@@ -2,13 +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_CHROMEOS_UI_PROXY_CONFIG_SERVICE_H_
-#define CHROME_BROWSER_CHROMEOS_UI_PROXY_CONFIG_SERVICE_H_
+#ifndef CHROMEOS_NETWORK_PROXY_UI_PROXY_CONFIG_SERVICE_H_
+#define CHROMEOS_NETWORK_PROXY_UI_PROXY_CONFIG_SERVICE_H_
#include <string>
#include "base/macros.h"
-#include "chrome/browser/chromeos/ui_proxy_config.h"
+#include "chromeos/chromeos_export.h"
+#include "chromeos/network/proxy/ui_proxy_config.h"
class PrefService;
@@ -23,7 +24,7 @@ class NetworkState;
// Before reading/setting a proxy config, a network has to be selected using
// either SetCurrentNetwork (any remembered network) or
// MakeActiveNetworkCurrent.
-class UIProxyConfigService {
+class CHROMEOS_EXPORT UIProxyConfigService {
public:
UIProxyConfigService();
~UIProxyConfigService();
@@ -75,4 +76,4 @@ class UIProxyConfigService {
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_UI_PROXY_CONFIG_SERVICE_H_
+#endif // CHROMEOS_NETWORK_PROXY_UI_PROXY_CONFIG_SERVICE_H_
« no previous file with comments | « chromeos/network/proxy/ui_proxy_config.cc ('k') | chromeos/network/proxy/ui_proxy_config_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698