| Index: sync/engine/process_updates_command.cc
|
| diff --git a/chrome/browser/sync/engine/process_updates_command.cc b/sync/engine/process_updates_command.cc
|
| similarity index 94%
|
| rename from chrome/browser/sync/engine/process_updates_command.cc
|
| rename to sync/engine/process_updates_command.cc
|
| index 2665b1f386ad7f3570e2e5061364de19837fe012..72628311dfdeaec05c01b74d92e5959d121d0777 100644
|
| --- a/chrome/browser/sync/engine/process_updates_command.cc
|
| +++ b/sync/engine/process_updates_command.cc
|
| @@ -2,19 +2,19 @@
|
| // 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/process_updates_command.h"
|
| +#include "sync/engine/process_updates_command.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/location.h"
|
| -#include "chrome/browser/sync/engine/syncer.h"
|
| -#include "chrome/browser/sync/engine/syncer_proto_util.h"
|
| -#include "chrome/browser/sync/engine/syncer_util.h"
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/util/cryptographer.h"
|
| +#include "sync/engine/syncer.h"
|
| +#include "sync/engine/syncer_proto_util.h"
|
| +#include "sync/engine/syncer_util.h"
|
| +#include "sync/engine/syncproto.h"
|
| +#include "sync/sessions/sync_session.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/util/cryptographer.h"
|
|
|
| using std::vector;
|
|
|
|
|