Chromium Code Reviews| Index: components/error_page/common/net_error_info.h |
| diff --git a/chrome/common/net/net_error_info.h b/components/error_page/common/net_error_info.h |
| similarity index 94% |
| rename from chrome/common/net/net_error_info.h |
| rename to components/error_page/common/net_error_info.h |
| index 5652eb05d8645f99589587eea57091fede25a813..a9150f0853470c6315dba9c4119ed593e39b9518 100644 |
| --- a/chrome/common/net/net_error_info.h |
| +++ b/components/error_page/common/net_error_info.h |
| @@ -2,9 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef CHROME_COMMON_NET_NET_ERROR_INFO_H_ |
| -#define CHROME_COMMON_NET_NET_ERROR_INFO_H_ |
| +#ifndef COMPONENTS_ERROR_PAGE_COMMON_NET_ERROR_INFO_H_ |
| +#define COMPONENTS_ERROR_PAGE_COMMON_NET_ERROR_INFO_H_ |
| +// TODO(hashimoto): Change this to namespace error_page. |
|
mmenke
2014/09/18 17:50:42
Planning to do this in a followup CL?
hashimoto
2014/09/22 09:28:12
Yes I will.
Let me leave this for now as it will r
|
| namespace chrome_common_net { |
| // Network error page events. Used for UMA statistics. |
| @@ -91,4 +92,4 @@ extern const char kDnsProbeErrorDomain[]; |
| } // namespace chrome_common_net |
| -#endif // CHROME_COMMON_NET_NET_ERROR_INFO_H_ |
| +#endif // COMPONENTS_ERROR_PAGE_COMMON_NET_ERROR_INFO_H_ |