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

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: rebase Created 6 years, 2 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
« no previous file with comments | « components/error_page/common/net_error_info.h ('k') | components/error_page/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/error_page/common/net_error_info.h ('k') | components/error_page/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698