| Index: sync/engine/apply_updates_command.cc
|
| diff --git a/chrome/browser/sync/engine/apply_updates_command.cc b/sync/engine/apply_updates_command.cc
|
| similarity index 93%
|
| rename from chrome/browser/sync/engine/apply_updates_command.cc
|
| rename to sync/engine/apply_updates_command.cc
|
| index 89bf3fbb88cf45e34c69ae889b4916c599973e4f..ce4f14fd9911cff4d75814afe81d7d8eed1328c5 100644
|
| --- a/chrome/browser/sync/engine/apply_updates_command.cc
|
| +++ b/sync/engine/apply_updates_command.cc
|
| @@ -2,12 +2,12 @@
|
| // 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/apply_updates_command.h"
|
| +#include "sync/engine/apply_updates_command.h"
|
|
|
| #include "base/location.h"
|
| -#include "chrome/browser/sync/engine/update_applicator.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| +#include "sync/engine/update_applicator.h"
|
| +#include "sync/sessions/sync_session.h"
|
| +#include "sync/syncable/syncable.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|