Skip to content

Commit

Permalink
[mojo] include mojo header in /jingle
Browse files Browse the repository at this point in the history
This is preparation CL to use forward declaration only header in mojo's
generated code.
If we include forward declaration only header in mojo's generated code, we need
to include mojo header files in some places where definition is necessary.

master CL is in
https://chromium-review.googlesource.com/c/chromium/src/+/1438975

[email protected]

This CL was uploaded by git cl split.

[email protected]

Bug: 922875
Change-Id: I6eef49f9e22f9e1425793844b67219497a6bef4a
Reviewed-on: https://chromium-review.googlesource.com/c/1447139
Auto-Submit: Takuto Ikuta <[email protected]>
Commit-Queue: Sergey Ulanov <[email protected]>
Reviewed-by: Sergey Ulanov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#627724}
  • Loading branch information
Takuto Ikuta authored and Commit Bot committed Jan 31, 2019
1 parent bddec50 commit e91dd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jingle/glue/network_service_async_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include "net/base/host_port_pair.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
#include "services/network/public/mojom/proxy_resolving_socket.mojom.h"
#include "services/network/public/mojom/tcp_socket.mojom.h"
#include "services/network/public/mojom/tls_socket.mojom.h"
#include "third_party/libjingle_xmpp/xmpp/asyncsocket.h"

namespace jingle_glue {
Expand Down
1 change: 1 addition & 0 deletions jingle/notifier/base/xmpp_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "jingle/notifier/base/weak_xmpp_client.h"
#include "net/socket/client_socket_factory.h"
#include "net/ssl/ssl_config_service.h"
#include "services/network/public/mojom/tls_socket.mojom.h"
#include "third_party/libjingle_xmpp/xmpp/xmppclientsettings.h"

namespace notifier {
Expand Down

0 comments on commit e91dd5a

Please sign in to comment.