| Index: sync/engine/syncer.cc
|
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
|
| index a9f1ece85442abd2dd043eddcb117c247add5eb3..bae809effb639ab3c8db58159adc51aa28ca6e56 100644
|
| --- a/sync/engine/syncer.cc
|
| +++ b/sync/engine/syncer.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "sync/engine/syncer.h"
|
|
|
| -#include "base/debug/trace_event.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/time/time.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "build/build_config.h"
|
| #include "sync/engine/apply_control_data_updates.h"
|
| #include "sync/engine/commit.h"
|
|
|