| Index: sync/engine/syncer.cc
|
| diff --git a/chrome/browser/sync/engine/syncer.cc b/sync/engine/syncer.cc
|
| similarity index 91%
|
| rename from chrome/browser/sync/engine/syncer.cc
|
| rename to sync/engine/syncer.cc
|
| index 3fe46dc45c91246a5ab8f5ab5a97ce945667c158..62c7af893ff2d6dc91d74c53980c7a50f4eef564 100644
|
| --- a/chrome/browser/sync/engine/syncer.cc
|
| +++ b/sync/engine/syncer.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.h"
|
| +#include "sync/engine/syncer.h"
|
|
|
| #include "base/debug/trace_event.h"
|
| #include "base/location.h"
|
| @@ -10,24 +10,24 @@
|
| #include "base/message_loop.h"
|
| #include "base/time.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/sync/engine/apply_updates_command.h"
|
| -#include "chrome/browser/sync/engine/build_commit_command.h"
|
| -#include "chrome/browser/sync/engine/cleanup_disabled_types_command.h"
|
| -#include "chrome/browser/sync/engine/clear_data_command.h"
|
| -#include "chrome/browser/sync/engine/conflict_resolver.h"
|
| -#include "chrome/browser/sync/engine/download_updates_command.h"
|
| -#include "chrome/browser/sync/engine/get_commit_ids_command.h"
|
| -#include "chrome/browser/sync/engine/net/server_connection_manager.h"
|
| -#include "chrome/browser/sync/engine/post_commit_message_command.h"
|
| -#include "chrome/browser/sync/engine/process_commit_response_command.h"
|
| -#include "chrome/browser/sync/engine/process_updates_command.h"
|
| -#include "chrome/browser/sync/engine/resolve_conflicts_command.h"
|
| -#include "chrome/browser/sync/engine/store_timestamps_command.h"
|
| -#include "chrome/browser/sync/engine/syncer_types.h"
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| -#include "chrome/browser/sync/engine/verify_updates_command.h"
|
| -#include "chrome/browser/sync/syncable/syncable-inl.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| +#include "sync/engine/apply_updates_command.h"
|
| +#include "sync/engine/build_commit_command.h"
|
| +#include "sync/engine/cleanup_disabled_types_command.h"
|
| +#include "sync/engine/clear_data_command.h"
|
| +#include "sync/engine/conflict_resolver.h"
|
| +#include "sync/engine/download_updates_command.h"
|
| +#include "sync/engine/get_commit_ids_command.h"
|
| +#include "sync/engine/net/server_connection_manager.h"
|
| +#include "sync/engine/post_commit_message_command.h"
|
| +#include "sync/engine/process_commit_response_command.h"
|
| +#include "sync/engine/process_updates_command.h"
|
| +#include "sync/engine/resolve_conflicts_command.h"
|
| +#include "sync/engine/store_timestamps_command.h"
|
| +#include "sync/engine/syncer_types.h"
|
| +#include "sync/engine/syncproto.h"
|
| +#include "sync/engine/verify_updates_command.h"
|
| +#include "sync/syncable/syncable-inl.h"
|
| +#include "sync/syncable/syncable.h"
|
|
|
| using base::Time;
|
| using base::TimeDelta;
|
|
|