| Index: sync/engine/syncer_proto_util.cc
|
| diff --git a/sync/engine/syncer_proto_util.cc b/sync/engine/syncer_proto_util.cc
|
| index c24b538f230d4613f5a2e4dc6cfeaa2c753244e5..d433621665ffd2315563ab38b8642ef351597211 100644
|
| --- a/sync/engine/syncer_proto_util.cc
|
| +++ b/sync/engine/syncer_proto_util.cc
|
| @@ -13,6 +13,7 @@
|
| #include "sync/engine/throttled_data_type_tracker.h"
|
| #include "sync/engine/traffic_logger.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| +#include "sync/internal_api/public/util/time.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/protocol/sync_enums.pb.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
| @@ -21,7 +22,6 @@
|
| #include "sync/syncable/entry.h"
|
| #include "sync/syncable/syncable-inl.h"
|
| #include "sync/syncable/syncable_proto_util.h"
|
| -#include "sync/util/time.h"
|
|
|
| using std::string;
|
| using std::stringstream;
|
|
|