| OLD | NEW |
| 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 Loading... |
| 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__ |
| OLD | NEW |