| Index: sync/engine/syncer_proto_util.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_proto_util.cc b/sync/engine/syncer_proto_util.cc
|
| similarity index 96%
|
| rename from chrome/browser/sync/engine/syncer_proto_util.cc
|
| rename to sync/engine/syncer_proto_util.cc
|
| index e2e235b30328c8389f63dd11bd1d7acb9e5b8e54..c5041d29db4ad8e5064c9c5e280252f05da552b6 100644
|
| --- a/chrome/browser/sync/engine/syncer_proto_util.cc
|
| +++ b/sync/engine/syncer_proto_util.cc
|
| @@ -2,22 +2,22 @@
|
| // 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_proto_util.h"
|
| +#include "sync/engine/syncer_proto_util.h"
|
|
|
| #include "base/format_macros.h"
|
| #include "base/stringprintf.h"
|
| -#include "chrome/browser/sync/engine/net/server_connection_manager.h"
|
| -#include "chrome/browser/sync/engine/syncer.h"
|
| -#include "chrome/browser/sync/engine/syncer_types.h"
|
| -#include "chrome/browser/sync/protocol/service_constants.h"
|
| -#include "chrome/browser/sync/protocol/sync_protocol_error.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/syncable/syncable-inl.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/util/time.h"
|
| +#include "sync/engine/net/server_connection_manager.h"
|
| +#include "sync/engine/syncer.h"
|
| +#include "sync/engine/syncer_types.h"
|
| +#include "sync/protocol/service_constants.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/protocol/sync_enums.pb.h"
|
| +#include "sync/protocol/sync_protocol_error.h"
|
| +#include "sync/sessions/sync_session.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/syncable/syncable-inl.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/util/time.h"
|
|
|
| using browser_sync::SyncProtocolErrorType;
|
| using std::string;
|
|
|