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

Side by Side Diff: net\flip\flip_transaction_factory.h

Issue 210016: Retry landing the flip changes. This time with DEPS! (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net\flip\flip_session_unittest.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_FLIP_FLIP_TRANSACTION_FACTORY_H__ 5 #ifndef NET_FLIP_FLIP_TRANSACTION_FACTORY_H__
6 #define NET_FLIP_FLIP_TRANSACTION_FACTORY_H__ 6 #define NET_FLIP_FLIP_TRANSACTION_FACTORY_H__
7 7
8 #include "net/flip/flip_network_transaction.h" 8 #include "net/flip/flip_network_transaction.h"
9 #include "net/http/http_transaction_factory.h" 9 #include "net/http/http_transaction_factory.h"
10 10
(...skipping 16 matching lines...) Expand all
27 virtual void Suspend(bool suspend) { 27 virtual void Suspend(bool suspend) {
28 } 28 }
29 29
30 private: 30 private:
31 scoped_refptr<HttpNetworkSession> session_; 31 scoped_refptr<HttpNetworkSession> session_;
32 }; 32 };
33 33
34 } // namespace net 34 } // namespace net
35 35
36 #endif // NET_FLIP_FLIP_TRANSACTION_FACTORY_H__ 36 #endif // NET_FLIP_FLIP_TRANSACTION_FACTORY_H__
OLDNEW
« no previous file with comments | « net\flip\flip_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698