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

Unified Diff: jingle/notifier/listener/push_notifications_listen_task.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « ipc/ipc_sync_channel_unittest.cc ('k') | net/base/file_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/push_notifications_listen_task.h
diff --git a/jingle/notifier/listener/push_notifications_listen_task.h b/jingle/notifier/listener/push_notifications_listen_task.h
index 8eb764e380f673f793dfc4b4cf9be9481ad9eca9..3cc4c3d308fae20dde9de7de6ec33f72cf70b6e3 100644
--- a/jingle/notifier/listener/push_notifications_listen_task.h
+++ b/jingle/notifier/listener/push_notifications_listen_task.h
@@ -32,7 +32,7 @@ class PushNotificationsListenTask : public buzz::XmppTask {
const Notification& notification) = 0;
};
- explicit PushNotificationsListenTask(Task* parent, Delegate* delegate);
+ PushNotificationsListenTask(Task* parent, Delegate* delegate);
virtual ~PushNotificationsListenTask();
// Overriden from buzz::XmppTask.
« no previous file with comments | « ipc/ipc_sync_channel_unittest.cc ('k') | net/base/file_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698