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

Unified Diff: content/renderer/p2p/p2p_transport_impl.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 side-by-side diff with in-line comments
Download patch
Index: content/renderer/p2p/p2p_transport_impl.h
===================================================================
--- content/renderer/p2p/p2p_transport_impl.h (revision 88963)
+++ content/renderer/p2p/p2p_transport_impl.h (working copy)
@@ -5,8 +5,10 @@
#ifndef CONTENT_RENDERER_P2P_P2P_TRANSPORT_IMPL_H_
#define CONTENT_RENDERER_P2P_P2P_TRANSPORT_IMPL_H_
+#include <string>
+
#include "base/basictypes.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/scoped_ptr.h"
#include "net/base/completion_callback.h"
#include "third_party/libjingle/source/talk/base/sigslot.h"
#include "webkit/glue/p2p_transport.h"
@@ -43,7 +45,7 @@
// Creates P2PTransportImpl using specified
// P2PSocketDispatcher. This constructor creates IpcNetworkManager
// and IpcPacketSocketFactory, and keeps ownership of these objects.
- P2PTransportImpl(P2PSocketDispatcher* socket_dispatcher);
+ explicit P2PTransportImpl(P2PSocketDispatcher* socket_dispatcher);
virtual ~P2PTransportImpl();
« no previous file with comments | « content/ppapi_plugin/ppapi_webkitclient_impl.h ('k') | content/renderer/pepper_platform_video_decoder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698