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

Unified Diff: ipc/ipc_channel.h

Issue 10383262: RefCounted types should not have public destructors, delegate cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make win bot happy Created 8 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
« no previous file with comments | « content/renderer/pepper/pepper_parent_context_provider.h ('k') | media/audio/audio_input_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index bb3e2422edf1694414979cd86733d30e9d2c6b94..ec87a7bbc4e59dae0b52228b6de0ae9867d59304 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -50,7 +50,7 @@ class IPC_EXPORT Channel : public Sender {
// IPC::Listener used to be IPC::Channel::Listener which prevented forward
// declarations. To keep existing code compiling, we provide this
// backwards-compatible definition. New code should use IPC::Listener.
- // TODO(brettw) converto users of this and delete.
+ // TODO(brettw) convert users of this and delete.
typedef IPC::Listener Listener;
// Flags to test modes
« no previous file with comments | « content/renderer/pepper/pepper_parent_context_provider.h ('k') | media/audio/audio_input_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698