| 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 91%
|
| rename from chrome/browser/chromeos/ui_proxy_config_service.h
|
| rename to chromeos/network/proxy/ui_proxy_config_service.h
|
| index 0e4b50757d6377d8db8520e7c97319de3b134b10..76d27647c9ddac86a9b27d2226afa2faaf208fe8 100644
|
| --- a/chrome/browser/chromeos/ui_proxy_config_service.h
|
| +++ b/chromeos/network/proxy/ui_proxy_config_service.h
|
| @@ -2,13 +2,13 @@
|
| // 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/network/proxy/ui_proxy_config.h"
|
|
|
| class PrefService;
|
|
|
| @@ -75,4 +75,4 @@ class UIProxyConfigService {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_UI_PROXY_CONFIG_SERVICE_H_
|
| +#endif // CHROMEOS_NETWORK_PROXY_UI_PROXY_CONFIG_SERVICE_H_
|
|
|