Skip to content

Commit

Permalink
Remove random small differences between internal and Chromium QUIC
Browse files Browse the repository at this point in the history
R=rch@chromium.org

Change-Id: I2888e7487d261ba9fe340fb0c07c1a26dc105b84
Reviewed-on: https://chromium-review.googlesource.com/c/1273814
Reviewed-by: Ryan Hamilton <rch@chromium.org>
Commit-Queue: Victor Vasiliev <vasilvv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598584}
  • Loading branch information
Victor Vasiliev authored and Commit Bot committed Oct 11, 2018
1 parent 189ff3d commit cd82289
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion net/third_party/quic/core/quic_bandwidth.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <limits>
#include <ostream>

#include "base/compiler_specific.h"
#include "net/third_party/quic/core/quic_constants.h"
#include "net/third_party/quic/core/quic_time.h"
#include "net/third_party/quic/core/quic_types.h"
Expand Down
6 changes: 0 additions & 6 deletions net/third_party/quic/core/quic_crypto_client_handshaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@

namespace quic {

namespace test {
class QuicChromiumClientSessionPeer;
} // namespace test

// An implementation of QuicCryptoClientStream::HandshakerDelegate which uses
// QUIC crypto as the crypto handshake protocol.
class QUIC_EXPORT_PRIVATE QuicCryptoClientHandshaker
Expand Down Expand Up @@ -96,8 +92,6 @@ class QUIC_EXPORT_PRIVATE QuicCryptoClientHandshaker
QuicCryptoClientHandshaker* parent_;
};

friend class test::QuicChromiumClientSessionPeer;

enum State {
STATE_IDLE,
STATE_INITIALIZE,
Expand Down
1 change: 0 additions & 1 deletion net/third_party/quic/core/quic_packet_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// This is a GNU header that is not present on Apple platforms
#include <features.h>
#endif
#include <netinet/in.h>
#include <string.h>
#include <sys/socket.h>

Expand Down
1 change: 0 additions & 1 deletion net/third_party/quic/core/quic_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <memory>
#include <vector>

#include "base/compiler_specific.h"
#include "base/macros.h"
#include "net/third_party/quic/core/quic_connection.h"
#include "net/third_party/quic/core/quic_control_frame_manager.h"
Expand Down
2 changes: 1 addition & 1 deletion net/third_party/quic/core/quic_stream_sequencer.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class QUIC_EXPORT_PRIVATE QuicStreamSequencer {

bool level_triggered() const { return level_triggered_; }

// Returns std::string describing internal state.
// Returns string describing internal state.
const QuicString DebugString() const;

private:
Expand Down

0 comments on commit cd82289

Please sign in to comment.