| Index: jingle/notifier/base/fake_base_task.h
|
| diff --git a/jingle/notifier/base/fake_base_task.h b/jingle/notifier/base/fake_base_task.h
|
| index c165561b1032619936da1da438edbcbef7414e96..d746432c02883b9f76d71891cdec054af27e9d10 100644
|
| --- a/jingle/notifier/base/fake_base_task.h
|
| +++ b/jingle/notifier/base/fake_base_task.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// A simple wrapper around invalidation::InvalidationClient that
|
| -// handles all the startup/shutdown details and hookups.
|
| +// A stand-in for stuff that expects a weak pointer to a BaseTask for
|
| +// testing.
|
|
|
| #ifndef JINGLE_NOTIFIER_FAKE_XMPP_CLIENT_H_
|
| #define JINGLE_NOTIFIER_FAKE_XMPP_CLIENT_H_
|
| @@ -19,7 +19,6 @@ class Task;
|
|
|
| namespace notifier {
|
|
|
| -// This class expects a message loop to exist on the current thread.
|
| class FakeBaseTask {
|
| public:
|
| FakeBaseTask();
|
|
|