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

Side by Side Diff: net/curvecp/client_packetizer.h

Issue 7149008: Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix nits Created 9 years, 6 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/base/escape.cc ('k') | net/curvecp/packetizer.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_CURVECP_CLIENT_PACKETIZER_H_ 5 #ifndef NET_CURVECP_CLIENT_PACKETIZER_H_
6 #define NET_CURVECP_CLIENT_PACKETIZER_H_ 6 #define NET_CURVECP_CLIENT_PACKETIZER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/task.h" 10 #include "base/task.h"
11 #include "net/base/address_list.h" 11 #include "net/base/address_list.h"
12 #include "net/base/completion_callback.h" 12 #include "net/base/completion_callback.h"
13 #include "net/curvecp/packetizer.h" 13 #include "net/curvecp/packetizer.h"
14 #include "net/curvecp/protocol.h" 14 #include "net/curvecp/protocol.h"
15 15
16 namespace net { 16 namespace net {
17 17
18 class AddressList; 18 class AddressList;
19 class IOBuffer; 19 class IOBuffer;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 CompletionCallbackImpl<ClientPacketizer> io_callback_; 94 CompletionCallbackImpl<ClientPacketizer> io_callback_;
95 ScopedRunnableMethodFactory<ClientPacketizer> timers_factory_; 95 ScopedRunnableMethodFactory<ClientPacketizer> timers_factory_;
96 96
97 DISALLOW_COPY_AND_ASSIGN(ClientPacketizer); 97 DISALLOW_COPY_AND_ASSIGN(ClientPacketizer);
98 }; 98 };
99 99
100 } // namespace net 100 } // namespace net
101 101
102 #endif // NET_CURVECP_CLIENT_PACKETIZER_H_ 102 #endif // NET_CURVECP_CLIENT_PACKETIZER_H_
OLDNEW
« no previous file with comments | « net/base/escape.cc ('k') | net/curvecp/packetizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698