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

Unified Diff: extensions/renderer/api/display_source/wifi_display/wifi_display_session.h

Issue 2526173003: [chrome.displaySource] Move mojo interfaces to a nested namespace. (Closed)
Patch Set: Created 4 years, 1 month 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 | « extensions/renderer/api/display_source/wifi_display/wifi_display_media_pipeline.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/api/display_source/wifi_display/wifi_display_session.h
diff --git a/extensions/renderer/api/display_source/wifi_display/wifi_display_session.h b/extensions/renderer/api/display_source/wifi_display/wifi_display_session.h
index 53a70d039246b92d489b912588f5aeeead5a217f..e7e8be47c6a172a4055c7c8555e78d5a381fdf14 100644
--- a/extensions/renderer/api/display_source/wifi_display/wifi_display_session.h
+++ b/extensions/renderer/api/display_source/wifi_display/wifi_display_session.h
@@ -24,10 +24,10 @@ class WiFiDisplayMediaManager;
// This class represents a single Wi-Fi Display session.
// It manages life-cycle of the session and it is also responsible for
// exchange of session controlling (RTSP) messages with the sink.
-class WiFiDisplaySession: public DisplaySourceSession,
- public WiFiDisplaySessionServiceClient,
- public wds::Peer::Delegate,
- public wds::Peer::Observer {
+class WiFiDisplaySession : public DisplaySourceSession,
+ public mojom::WiFiDisplaySessionServiceClient,
+ public wds::Peer::Delegate,
+ public wds::Peer::Observer {
public:
explicit WiFiDisplaySession(
const DisplaySourceSessionParams& params);
@@ -74,7 +74,7 @@ class WiFiDisplaySession: public DisplaySourceSession,
private:
std::unique_ptr<wds::Source> wfd_source_;
std::unique_ptr<WiFiDisplayMediaManager> media_manager_;
- WiFiDisplaySessionServicePtr service_;
+ mojom::WiFiDisplaySessionServicePtr service_;
mojo::Binding<WiFiDisplaySessionServiceClient> binding_;
std::string local_ip_address_;
std::map<int, std::unique_ptr<base::Timer>> timers_;
« no previous file with comments | « extensions/renderer/api/display_source/wifi_display/wifi_display_media_pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698