| Index: chrome/browser/sync/glue/ui_model_worker.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/ui_model_worker.h (revision 55037)
|
| +++ chrome/browser/sync/glue/ui_model_worker.h (working copy)
|
| @@ -10,10 +10,13 @@
|
| #include "base/condition_variable.h"
|
| #include "base/lock.h"
|
| #include "base/task.h"
|
| -#include "base/waitable_event.h"
|
| #include "chrome/browser/sync/engine/syncapi.h"
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
|
|
| +namespace base {
|
| +class WaitableEvent;
|
| +}
|
| +
|
| class MessageLoop;
|
|
|
| namespace browser_sync {
|
|
|