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

Unified Diff: components/arc/crash_collector/arc_crash_collector_bridge.cc

Issue 1885683005: Add module suffix in .mojom files for components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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/arc/crash_collector/arc_crash_collector_bridge.cc
diff --git a/components/arc/crash_collector/arc_crash_collector_bridge.cc b/components/arc/crash_collector/arc_crash_collector_bridge.cc
index 96854e26d3ed72996c90497de88d4158c7f3daff..e9247142af9401515f413d0ce1b619308cd9645f 100644
--- a/components/arc/crash_collector/arc_crash_collector_bridge.cc
+++ b/components/arc/crash_collector/arc_crash_collector_bridge.cc
@@ -31,7 +31,7 @@ ArcCrashCollectorBridge::~ArcCrashCollectorBridge() {
}
void ArcCrashCollectorBridge::OnCrashCollectorInstanceReady() {
- CrashCollectorHostPtr host_ptr;
+ mojom::CrashCollectorHostPtr host_ptr;
binding_.Bind(mojo::GetProxy(&host_ptr));
arc_bridge_service()->crash_collector_instance()->Init(std::move(host_ptr));
}
« no previous file with comments | « components/arc/crash_collector/arc_crash_collector_bridge.h ('k') | components/arc/ime/arc_ime_bridge_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698