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

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

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.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"
namespace chrome_common_net {

Powered by Google App Engine
This is Rietveld 408576698