| Index: sync/engine/sync_scheduler.cc
|
| diff --git a/chrome/browser/sync/engine/sync_scheduler.cc b/sync/engine/sync_scheduler.cc
|
| similarity index 99%
|
| rename from chrome/browser/sync/engine/sync_scheduler.cc
|
| rename to sync/engine/sync_scheduler.cc
|
| index a4dfbaa45f862dd4e5249e78141a308a94b51ab0..f03b727dc5fa0de3c3428557d55bcb6bec392b96 100644
|
| --- a/chrome/browser/sync/engine/sync_scheduler.cc
|
| +++ b/sync/engine/sync_scheduler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/engine/sync_scheduler.h"
|
| +#include "sync/engine/sync_scheduler.h"
|
|
|
| #include <algorithm>
|
| #include <cstring>
|
| @@ -13,11 +13,11 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/rand_util.h"
|
| -#include "chrome/browser/sync/engine/syncer.h"
|
| -#include "chrome/browser/sync/protocol/proto_enum_conversions.h"
|
| -#include "chrome/browser/sync/util/data_type_histogram.h"
|
| -#include "chrome/browser/sync/util/logging.h"
|
| +#include "sync/engine/syncer.h"
|
| +#include "sync/protocol/proto_enum_conversions.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/util/data_type_histogram.h"
|
| +#include "sync/util/logging.h"
|
|
|
| using base::TimeDelta;
|
| using base::TimeTicks;
|
|
|