| Index: net/tools/quic/quic_simple_server_bin.cc
|
| diff --git a/net/tools/quic/quic_simple_server_bin.cc b/net/tools/quic/quic_simple_server_bin.cc
|
| index 26b58b8fa6e1a6f6ea1e2da4fd88c205731cbd51..e7ec276e65231e3967ba84f6e91c299fc5f0c73a 100644
|
| --- a/net/tools/quic/quic_simple_server_bin.cc
|
| +++ b/net/tools/quic/quic_simple_server_bin.cc
|
| @@ -8,7 +8,6 @@
|
| #include <iostream>
|
|
|
| #include "base/at_exit.h"
|
| -#include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/run_loop.h"
|
| @@ -20,7 +19,7 @@
|
| #include "net/tools/quic/quic_simple_server.h"
|
|
|
| // The port the quic server will listen on.
|
| -int32 FLAGS_port = 6121;
|
| +int32_t FLAGS_port = 6121;
|
|
|
| net::ProofSource* CreateProofSource(const base::FilePath& cert_path,
|
| const base::FilePath& key_path) {
|
|
|