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

Unified Diff: extensions/browser/api/cast_channel/cast_transport.h

Issue 2688463003: [chrome.cast.channel] Remove event logging. (Closed)
Patch Set: Fix missing #include Created 3 years, 10 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
Index: extensions/browser/api/cast_channel/cast_transport.h
diff --git a/extensions/browser/api/cast_channel/cast_transport.h b/extensions/browser/api/cast_channel/cast_transport.h
index de9d2944e5ef82027083b48f5312380cfaaadc06..d4e5805254641b7e9ec22080c2d7c3d33cfc52b0 100644
--- a/extensions/browser/api/cast_channel/cast_transport.h
+++ b/extensions/browser/api/cast_channel/cast_transport.h
@@ -16,10 +16,10 @@
#include "extensions/common/api/cast_channel.h"
#include "extensions/common/api/cast_channel/logging.pb.h"
#include "net/base/completion_callback.h"
+#include "net/base/ip_endpoint.h"
namespace net {
class DrainableIOBuffer;
-class IPEndPoint;
class DrainableIOBuffer;
class GrowableIOBuffer;
class Socket;
@@ -29,7 +29,6 @@ namespace extensions {
namespace api {
namespace cast_channel {
class CastMessage;
-class Logger;
class MessageFramer;
class CastTransport {
« no previous file with comments | « extensions/browser/api/cast_channel/cast_socket_unittest.cc ('k') | extensions/browser/api/cast_channel/cast_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698