| Index: net/spdy/spdy_priority_tree_test.cc
|
| diff --git a/net/spdy/spdy_priority_tree_test.cc b/net/spdy/spdy_priority_tree_test.cc
|
| index f9991b822843c68ad6a6d38e2197a235efa6690a..b953c01c696f562f0643be23dee9f89b2e298e65 100644
|
| --- a/net/spdy/spdy_priority_tree_test.cc
|
| +++ b/net/spdy/spdy_priority_tree_test.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "net/spdy/spdy_priority_tree.h"
|
|
|
| -#include "base/basictypes.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -44,7 +43,7 @@ class SpdyPriorityTreePeer {
|
|
|
| class SpdyPriorityTreeTest : public ::testing::Test {
|
| protected:
|
| - typedef uint32 SpdyStreamId;
|
| + typedef uint32_t SpdyStreamId;
|
| typedef std::pair<SpdyStreamId, float> PriorityNode;
|
| typedef std::vector<PriorityNode> PriorityList;
|
|
|
|
|