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

Unified Diff: net/spdy/spdy_read_queue.h

Issue 2562113002: Fix header guards in //net. (Closed)
Patch Set: Created 4 years 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/spdy/server_push_delegate.h ('k') | net/spdy/spdy_session_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_read_queue.h
diff --git a/net/spdy/spdy_read_queue.h b/net/spdy/spdy_read_queue.h
index 87fc0ab4475633923afaa0b0826341ccaa30a6e3..769c2c6968959897b3ab8e23698061783f039513 100644
--- a/net/spdy/spdy_read_queue.h
+++ b/net/spdy/spdy_read_queue.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_BUFFER_QUEUE_H_
-#define NET_SPDY_SPDY_BUFFER_QUEUE_H_
+#ifndef NET_SPDY_SPDY_READ_QUEUE_H_
+#define NET_SPDY_SPDY_READ_QUEUE_H_
#include <cstddef>
#include <deque>
@@ -50,4 +50,4 @@ class NET_EXPORT_PRIVATE SpdyReadQueue {
} // namespace net
-#endif // NET_SPDY_SPDY_BUFFER_QUEUE_H_
+#endif // NET_SPDY_SPDY_READ_QUEUE_H_
« no previous file with comments | « net/spdy/server_push_delegate.h ('k') | net/spdy/spdy_session_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698