commit | 13fc893acb88fdd82ad7eea72f9499d123bf5a89 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Sun Dec 20 04:40:46 2015 |
committer | Avi Drissman <[email protected]> | Sun Dec 20 04:42:28 2015 |
tree | 76aa2bdaa56cb2d05bbf2a6af57e440f9661c7f0 | |
parent | e40cbca89ebc83b5bef0f892d80604b00a98abc8 [diff] [blame] |
Switch to standard integer types in net/. BUG=488550 [email protected] Review URL: https://codereview.chromium.org/1535363003 . Cr-Commit-Position: refs/heads/master@{#366297}
diff --git a/net/websockets/websocket_stream_create_test_base.h b/net/websockets/websocket_stream_create_test_base.h index 8fbb48d..ca4d85057 100644 --- a/net/websockets/websocket_stream_create_test_base.h +++ b/net/websockets/websocket_stream_create_test_base.h
@@ -9,6 +9,7 @@ #include <utility> #include <vector> +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/run_loop.h" #include "base/timer/timer.h"