| Index: sync/engine/process_commit_response_command.cc
|
| diff --git a/sync/engine/process_commit_response_command.cc b/sync/engine/process_commit_response_command.cc
|
| index 8a00608f925bd143a18a35006565e753447bc870..775acac34af13b6f7ca670d1ac8057debb3bc509 100644
|
| --- a/sync/engine/process_commit_response_command.cc
|
| +++ b/sync/engine/process_commit_response_command.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/location.h"
|
| #include "sync/engine/syncer_proto_util.h"
|
| #include "sync/engine/syncer_util.h"
|
| +#include "sync/internal_api/public/util/time.h"
|
| #include "sync/sessions/sync_session.h"
|
| #include "sync/syncable/entry.h"
|
| #include "sync/syncable/mutable_entry.h"
|
| @@ -20,7 +21,6 @@
|
| #include "sync/syncable/syncable_proto_util.h"
|
| #include "sync/syncable/syncable_util.h"
|
| #include "sync/syncable/write_transaction.h"
|
| -#include "sync/util/time.h"
|
|
|
| using std::set;
|
| using std::string;
|
|
|