| Index: sync/engine/update_applicator.cc
|
| diff --git a/chrome/browser/sync/engine/update_applicator.cc b/sync/engine/update_applicator.cc
|
| similarity index 95%
|
| rename from chrome/browser/sync/engine/update_applicator.cc
|
| rename to sync/engine/update_applicator.cc
|
| index 0c8122a788caafc6e2611ce58805222bad36c2a8..5f510f3264bf2f12f06a02d1cdd2a7d84a092291 100644
|
| --- a/chrome/browser/sync/engine/update_applicator.cc
|
| +++ b/sync/engine/update_applicator.cc
|
| @@ -2,15 +2,15 @@
|
| // 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/update_applicator.h"
|
| +#include "sync/engine/update_applicator.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/sync/engine/syncer_util.h"
|
| -#include "chrome/browser/sync/sessions/session_state.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/syncable/syncable_id.h"
|
| +#include "sync/engine/syncer_util.h"
|
| +#include "sync/sessions/session_state.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/syncable/syncable_id.h"
|
|
|
| using std::vector;
|
|
|
|
|