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

Unified Diff: components/arc/arc_bridge_bootstrap.h

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 | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/arc_bridge_bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_bootstrap.h
diff --git a/components/arc/arc_bridge_bootstrap.h b/components/arc/arc_bridge_bootstrap.h
index a86c97420af27a55cbd9e46d6921dfcd334a42f8..c1d198ddb977c089185f9705ca4897eaf8d6ce5e 100644
--- a/components/arc/arc_bridge_bootstrap.h
+++ b/components/arc/arc_bridge_bootstrap.h
@@ -20,7 +20,8 @@ class ArcBridgeBootstrap {
public:
class Delegate {
public:
- virtual void OnConnectionEstablished(ArcBridgeInstancePtr instance_ptr) = 0;
+ virtual void OnConnectionEstablished(
+ mojom::ArcBridgeInstancePtr instance_ptr) = 0;
virtual void OnStopped() = 0;
};
« no previous file with comments | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/arc_bridge_bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698