Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: components/error_page/common/net_error_info.h

Issue 570253002: Componentize NetErrorHelperCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698