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. |
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_ |