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

Unified Diff: chrome/browser/chromeos/offline/offline_load_page.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: chrome/browser/chromeos/offline/offline_load_page.cc
diff --git a/chrome/browser/chromeos/offline/offline_load_page.cc b/chrome/browser/chromeos/offline/offline_load_page.cc
index 557eff9118b5dabf1f5d6a9b53184c0e4efb95c6..cc3cb2b7b5a5a98accb8d526d60c57d8dfc47bfd 100644
--- a/chrome/browser/chromeos/offline/offline_load_page.cc
+++ b/chrome/browser/chromeos/offline/offline_load_page.cc
@@ -25,6 +25,7 @@
#include "chrome/common/pref_names.h"
#include "chrome/common/url_constants.h"
#include "chrome/grit/browser_resources.h"
+#include "components/error_page/common/error_page_params.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/interstitial_page.h"
#include "content/public/browser/notification_types.h"
@@ -87,7 +88,7 @@ std::string OfflineLoadPage::GetHTMLContents() {
LocalizedError::GetStrings(net::ERR_INTERNET_DISCONNECTED,
net::kErrorDomain, url_, false, false, locale,
accept_languages,
- scoped_ptr<LocalizedError::ErrorPageParams>(),
+ scoped_ptr<error_page::ErrorPageParams>(),
&error_strings);
resource_id = IDR_OFFLINE_NET_LOAD_HTML;
}

Powered by Google App Engine
This is Rietveld 408576698