Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: net/spdy/http2_write_scheduler.h

Issue 1668773003: Rename spdy_priority_tree* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oops. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gypi ('k') | net/spdy/http2_write_scheduler_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/net.gypi ('k') | net/spdy/http2_write_scheduler_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698