| Index: chrome/browser/net/gaia/token_service_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/net/gaia/token_service_unittest.cc (revision 107928)
|
| +++ chrome/browser/net/gaia/token_service_unittest.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "base/test/signaling_task.h"
|
| #include "chrome/browser/password_manager/encryptor.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -94,7 +95,7 @@
|
| // operations should be complete.
|
| base::WaitableEvent done(false, false);
|
| BrowserThread::PostTask(
|
| - BrowserThread::DB, FROM_HERE, new SignalingTask(&done));
|
| + BrowserThread::DB, FROM_HERE, new base::SignalingTask(&done));
|
| done.Wait();
|
|
|
| // Notifications should be returned from the DB thread onto the UI thread.
|
|
|