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

Unified Diff: chrome/renderer/net/net_error_helper.cc

Issue 2465623002: Add chrome namespace to chrome/common/network_diagnostics.mojom (Closed)
Patch Set: Add chrome namespace to chrome/common/network_diagnostics.mojom Created 4 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 | « chrome/renderer/net/net_error_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_helper.cc
diff --git a/chrome/renderer/net/net_error_helper.cc b/chrome/renderer/net/net_error_helper.cc
index 41b66aba00204c20f572f217ef36cb33c15ada06..200c8b1cb1e0d4fe9d7331ed4678e599c0600e4b 100644
--- a/chrome/renderer/net/net_error_helper.cc
+++ b/chrome/renderer/net/net_error_helper.cc
@@ -190,7 +190,8 @@ bool NetErrorHelper::ShouldSuppressErrorPage(const GURL& url) {
return core_->ShouldSuppressErrorPage(GetFrameType(render_frame()), url);
}
-mojom::NetworkDiagnostics* NetErrorHelper::GetRemoteNetworkDiagnostics() {
+chrome::mojom::NetworkDiagnostics*
+NetErrorHelper::GetRemoteNetworkDiagnostics() {
if (!remote_network_diagnostics_) {
render_frame()->GetRemoteAssociatedInterfaces()
->GetInterface(&remote_network_diagnostics_);
@@ -380,7 +381,7 @@ void NetErrorHelper::OnTrackingRequestComplete(
}
void NetErrorHelper::OnNetworkDiagnosticsClientRequest(
- mojom::NetworkDiagnosticsClientAssociatedRequest request) {
+ chrome::mojom::NetworkDiagnosticsClientAssociatedRequest request) {
DCHECK(!network_diagnostics_client_binding_.is_bound());
network_diagnostics_client_binding_.Bind(std::move(request));
}
« no previous file with comments | « chrome/renderer/net/net_error_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698