| Index: sync/syncable/syncable.h
|
| diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h
|
| index 16aa0a2c727d9099fcb975d1b62ce80f754972ee..40c180bfc9f6edf7ca4f62b9142ec8bfb5d6114b 100644
|
| --- a/sync/syncable/syncable.h
|
| +++ b/sync/syncable/syncable.h
|
| @@ -27,16 +27,16 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/time.h"
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| +#include "sync/internal_api/public/util/report_unrecoverable_error_function.h"
|
| +#include "sync/internal_api/public/util/unrecoverable_error_handler.h"
|
| +#include "sync/internal_api/public/util/weak_handle.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/syncable/blob.h"
|
| #include "sync/syncable/dir_open_result.h"
|
| #include "sync/syncable/syncable_id.h"
|
| #include "sync/util/cryptographer.h"
|
| #include "sync/util/immutable.h"
|
| -#include "sync/util/report_unrecoverable_error_function.h"
|
| #include "sync/util/time.h"
|
| -#include "sync/util/unrecoverable_error_handler.h"
|
| -#include "sync/util/weak_handle.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
|
|