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

Side by Side Diff: net/spdy/spdy_test_util_spdy3.h

Issue 14223008: net: Update the include paths of base/string_piece.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/spdy/spdy_test_util_spdy2.h ('k') | net/ssl/ssl_config_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_SPDY_SPDY_TEST_UTIL_SPDY3_H_ 5 #ifndef NET_SPDY_SPDY_TEST_UTIL_SPDY3_H_
6 #define NET_SPDY_SPDY_TEST_UTIL_SPDY3_H_ 6 #define NET_SPDY_SPDY_TEST_UTIL_SPDY3_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/string_piece.h" 10 #include "base/strings/string_piece.h"
11 #include "crypto/ec_private_key.h" 11 #include "crypto/ec_private_key.h"
12 #include "crypto/ec_signature_creator.h" 12 #include "crypto/ec_signature_creator.h"
13 #include "net/base/host_port_pair.h" 13 #include "net/base/host_port_pair.h"
14 #include "net/base/request_priority.h" 14 #include "net/base/request_priority.h"
15 #include "net/cert/cert_verifier.h" 15 #include "net/cert/cert_verifier.h"
16 #include "net/dns/mock_host_resolver.h" 16 #include "net/dns/mock_host_resolver.h"
17 #include "net/http/http_auth_handler_factory.h" 17 #include "net/http/http_auth_handler_factory.h"
18 #include "net/http/http_cache.h" 18 #include "net/http/http_cache.h"
19 #include "net/http/http_network_layer.h" 19 #include "net/http/http_network_layer.h"
20 #include "net/http/http_network_session.h" 20 #include "net/http/http_network_session.h"
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 SpdySessionPool* const pool_; 385 SpdySessionPool* const pool_;
386 386
387 DISALLOW_COPY_AND_ASSIGN(SpdySessionPoolPeer); 387 DISALLOW_COPY_AND_ASSIGN(SpdySessionPoolPeer);
388 }; 388 };
389 389
390 } // namespace test_spdy3 390 } // namespace test_spdy3
391 391
392 } // namespace net 392 } // namespace net
393 393
394 #endif // NET_SPDY_SPDY_TEST_UTIL_SPDY3_H_ 394 #endif // NET_SPDY_SPDY_TEST_UTIL_SPDY3_H_
OLDNEW
« no previous file with comments | « net/spdy/spdy_test_util_spdy2.h ('k') | net/ssl/ssl_config_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698