| Index: chrome/browser/net/net_error_tab_helper.h
|
| diff --git a/chrome/browser/net/net_error_tab_helper.h b/chrome/browser/net/net_error_tab_helper.h
|
| index 403c0ef411db88601c2e90522a4f34834ad2059b..95b35a0c9954db2fd225a0a098c043d9f13178aa 100644
|
| --- a/chrome/browser/net/net_error_tab_helper.h
|
| +++ b/chrome/browser/net/net_error_tab_helper.h
|
| @@ -29,7 +29,7 @@ namespace chrome_browser_net {
|
| class NetErrorTabHelper
|
| : public content::WebContentsObserver,
|
| public content::WebContentsUserData<NetErrorTabHelper>,
|
| - public mojom::NetworkDiagnostics {
|
| + public chrome::mojom::NetworkDiagnostics {
|
| public:
|
| enum TestingState {
|
| TESTING_DEFAULT,
|
| @@ -73,7 +73,7 @@ class NetErrorTabHelper
|
| return dns_probe_status_;
|
| }
|
|
|
| - content::WebContentsFrameBindingSet<mojom::NetworkDiagnostics>&
|
| + content::WebContentsFrameBindingSet<chrome::mojom::NetworkDiagnostics>&
|
| network_diagnostics_bindings_for_testing() {
|
| return network_diagnostics_bindings_;
|
| }
|
| @@ -86,7 +86,7 @@ class NetErrorTabHelper
|
| void InitializePref(content::WebContents* contents);
|
| bool ProbesAllowed() const;
|
|
|
| - // mojom::NetworkDiagnostics:
|
| + // chrome::mojom::NetworkDiagnostics:
|
| void RunNetworkDiagnostics(const GURL& url) override;
|
|
|
| // Shows the diagnostics dialog after its been sanitized, virtual for
|
| @@ -101,7 +101,7 @@ class NetErrorTabHelper
|
| bool IsFromErrorPage() const;
|
| #endif // BUILDFLAG(ANDROID_JAVA_UI)
|
|
|
| - content::WebContentsFrameBindingSet<mojom::NetworkDiagnostics>
|
| + content::WebContentsFrameBindingSet<chrome::mojom::NetworkDiagnostics>
|
| network_diagnostics_bindings_;
|
|
|
| // True if the last provisional load that started was for an error page.
|
|
|