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

Unified Diff: net/quic/quic_stream_factory.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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/http/http_server_properties_manager.h ('k') | net/socket/socks5_client_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 65b1e9557136dadb165d03cffe693049782bc8c8..558e534150282b7719c417a46369e49933a40cc0 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -10,6 +10,7 @@
#include <string>
#include <vector>
+#include "base/gtest_prod_util.h"
#include "base/logging.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
@@ -85,9 +86,7 @@ class NET_EXPORT_PRIVATE QuicStreamRequest {
PrivacyMode privacy_mode() const { return privacy_mode_; }
- const BoundNetLog& net_log() const{
- return net_log_;
- }
+ const BoundNetLog& net_log() const { return net_log_; }
private:
QuicStreamFactory* factory_;
@@ -294,7 +293,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
const BoundNetLog& net_log);
// Returns a newly created QuicHttpStream owned by the caller.
- scoped_ptr<QuicHttpStream> CreateFromSession(QuicChromiumClientSession*);
+ scoped_ptr<QuicHttpStream> CreateFromSession(
+ QuicChromiumClientSession* session);
bool OnResolution(const QuicServerId& server_id,
const AddressList& address_list);
« no previous file with comments | « net/http/http_server_properties_manager.h ('k') | net/socket/socks5_client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698