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

Unified Diff: components/arc/arc_bridge_service_impl.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 | « components/arc/arc_bridge_service.cc ('k') | components/arc/arc_bridge_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service_impl.h
diff --git a/components/arc/arc_bridge_service_impl.h b/components/arc/arc_bridge_service_impl.h
index 1d884ff45860c06c86b0573fd52b1cb812690f64..3e2b30e650435a251589b1156f8283067ae7a79c 100644
--- a/components/arc/arc_bridge_service_impl.h
+++ b/components/arc/arc_bridge_service_impl.h
@@ -48,7 +48,7 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
void StopInstance();
// ArcBridgeBootstrap::Delegate:
- void OnConnectionEstablished(ArcBridgeInstancePtr instance) override;
+ void OnConnectionEstablished(mojom::ArcBridgeInstancePtr instance) override;
void OnStopped() override;
// Called when the bridge channel is closed. This typically only happens when
@@ -58,8 +58,8 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
scoped_ptr<ArcBridgeBootstrap> bootstrap_;
// Mojo endpoints.
- mojo::Binding<ArcBridgeHost> binding_;
- ArcBridgeInstancePtr instance_ptr_;
+ mojo::Binding<mojom::ArcBridgeHost> binding_;
+ mojom::ArcBridgeInstancePtr instance_ptr_;
// If the user's session has started.
bool session_started_;
« no previous file with comments | « components/arc/arc_bridge_service.cc ('k') | components/arc/arc_bridge_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698