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

Unified Diff: components/arc/input/arc_input_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
« no previous file with comments | « components/arc/ime/arc_ime_bridge_impl.cc ('k') | components/arc/intent_helper/arc_intent_helper_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/input/arc_input_bridge.cc
diff --git a/components/arc/input/arc_input_bridge.cc b/components/arc/input/arc_input_bridge.cc
index 4a797e82dd80cc01b6609d00882f7d1c5e41a4af..5c28427ae81fd0bbc4a1bfef00409408e0e6f5e1 100644
--- a/components/arc/input/arc_input_bridge.cc
+++ b/components/arc/input/arc_input_bridge.cc
@@ -340,7 +340,7 @@ base::ScopedFD ArcInputBridge::CreateBridgeInputDevice(
base::ScopedFD write_fd(fd[1]);
// The read end is sent to the instance, ownership of fd transfers.
- InputInstance* input_instance = arc_bridge_service()->input_instance();
+ mojom::InputInstance* input_instance = arc_bridge_service()->input_instance();
if (!input_instance) {
VLOG(1) << "ArcBridgeService InputInstance disappeared.";
return base::ScopedFD();
« no previous file with comments | « components/arc/ime/arc_ime_bridge_impl.cc ('k') | components/arc/intent_helper/arc_intent_helper_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698