| Index: sync/engine/syncer_util.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_util.cc b/sync/engine/syncer_util.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/engine/syncer_util.cc
|
| rename to sync/engine/syncer_util.cc
|
| index 9af18aad2298e54ee072101667f1b1a86d2db547..f003bcdc4711002aa9b90751a59858618cf929ea 100644
|
| --- a/chrome/browser/sync/engine/syncer_util.cc
|
| +++ b/sync/engine/syncer_util.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/syncer_util.h"
|
| +#include "sync/engine/syncer_util.h"
|
|
|
| #include <algorithm>
|
| #include <set>
|
| @@ -11,20 +11,20 @@
|
|
|
| #include "base/location.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "chrome/browser/sync/engine/conflict_resolver.h"
|
| -#include "chrome/browser/sync/engine/nigori_util.h"
|
| -#include "chrome/browser/sync/engine/syncer_proto_util.h"
|
| -#include "chrome/browser/sync/engine/syncer_types.h"
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/syncable/syncable_changes_version.h"
|
| -#include "chrome/browser/sync/util/cryptographer.h"
|
| -#include "chrome/browser/sync/util/time.h"
|
| +#include "sync/engine/conflict_resolver.h"
|
| +#include "sync/engine/nigori_util.h"
|
| +#include "sync/engine/syncer_proto_util.h"
|
| +#include "sync/engine/syncer_types.h"
|
| +#include "sync/engine/syncproto.h"
|
| #include "sync/protocol/bookmark_specifics.pb.h"
|
| #include "sync/protocol/nigori_specifics.pb.h"
|
| #include "sync/protocol/password_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/syncable/syncable_changes_version.h"
|
| +#include "sync/util/cryptographer.h"
|
| +#include "sync/util/time.h"
|
|
|
| using syncable::BASE_VERSION;
|
| using syncable::Blob;
|
|
|