Chromium Code Reviews| Index: components/error_page/common/net_error_info.cc |
| diff --git a/chrome/common/net/net_error_info.cc b/components/error_page/common/net_error_info.cc |
| similarity index 95% |
| rename from chrome/common/net/net_error_info.cc |
| rename to components/error_page/common/net_error_info.cc |
| index 2501c40277a410d7fed5d5ee0e690102ad7120e5..83abdc2943a1a354c0dee33e8ceb44697e56f7b6 100644 |
| --- a/chrome/common/net/net_error_info.cc |
| +++ b/components/error_page/common/net_error_info.cc |
| @@ -4,7 +4,7 @@ |
| #include "base/logging.h" |
| #include "base/metrics/histogram.h" |
| -#include "chrome/common/net/net_error_info.h" |
| +#include "components/error_page/common/net_error_info.h" |
|
mmenke
2014/09/18 17:50:42
nit: This should be first (Know it was in the wro
hashimoto
2014/09/22 09:28:11
Done.
|
| namespace chrome_common_net { |