| Index: components/proxy_config/proxy_config_dictionary.cc
|
| diff --git a/chrome/browser/prefs/proxy_config_dictionary.cc b/components/proxy_config/proxy_config_dictionary.cc
|
| similarity index 98%
|
| rename from chrome/browser/prefs/proxy_config_dictionary.cc
|
| rename to components/proxy_config/proxy_config_dictionary.cc
|
| index 85852ea9f9d1da7498684101119af328b81438c0..e493bda910cd104d798f36497222ebd06c518ba9 100644
|
| --- a/chrome/browser/prefs/proxy_config_dictionary.cc
|
| +++ b/components/proxy_config/proxy_config_dictionary.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/prefs/proxy_config_dictionary.h"
|
| +#include "components/proxy_config/proxy_config_dictionary.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
|
|