| 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..d47e7e59095a933bd1a5cad3bae4de3aa622cb44 100644
|
| --- a/chrome/common/net/net_error_info.cc
|
| +++ b/components/error_page/common/net_error_info.cc
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "components/error_page/common/net_error_info.h"
|
| +
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "chrome/common/net/net_error_info.h"
|
|
|
| namespace chrome_common_net {
|
|
|
|
|