| Index: net/spdy/http2_write_scheduler.h
|
| diff --git a/net/spdy/spdy_priority_tree.h b/net/spdy/http2_write_scheduler.h
|
| similarity index 99%
|
| rename from net/spdy/spdy_priority_tree.h
|
| rename to net/spdy/http2_write_scheduler.h
|
| index ea09c2a592b34d4134339218ecbb418bcc98bc78..e2b0372e12bb633f3bae2fe35a902a9531c0f53b 100644
|
| --- a/net/spdy/spdy_priority_tree.h
|
| +++ b/net/spdy/http2_write_scheduler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_SPDY_SPDY_PRIORITY_TREE_H_
|
| -#define NET_SPDY_SPDY_PRIORITY_TREE_H_
|
| +#ifndef NET_SPDY_HTTP2_WRITE_SCHEDULER_H_
|
| +#define NET_SPDY_HTTP2_WRITE_SCHEDULER_H_
|
|
|
| #include <cmath>
|
| #include <deque>
|
| @@ -560,4 +560,4 @@ bool SpdyPriorityTree<NodeId>::ValidateInvariantsForTests() const {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_SPDY_PRIORITY_TREE_H_
|
| +#endif // NET_SPDY_HTTP2_WRITE_SCHEDULER_H_
|
|
|