Chromium Code Reviews| Index: webrtc/api/notifier.h |
| diff --git a/webrtc/api/notifier.h b/webrtc/api/notifier.h |
| index eabaa3ca1deb8313b3afe9e69cb738524e4c30ee..878d01c8ce8d3fdf2787ea5f8d93b581970edfc4 100644 |
| --- a/webrtc/api/notifier.h |
| +++ b/webrtc/api/notifier.h |
| @@ -18,7 +18,8 @@ |
| namespace webrtc { |
| -// Implement a template version of a notifier. |
| +// Implements a template version of a notifier. |
| +// TODO(deadbeef): This is an implementation detail; move out of api/. |
| template <class T> |
| class Notifier : public T { |
| public: |