| 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_
|
|
|