| Index: components/sync/syncable/write_transaction.cc
|
| diff --git a/components/sync/core/write_transaction.cc b/components/sync/syncable/write_transaction.cc
|
| similarity index 98%
|
| rename from components/sync/core/write_transaction.cc
|
| rename to components/sync/syncable/write_transaction.cc
|
| index 45333e433bca979c865002aefdb155c9ff6d0f6b..fd01ce8496b97473332bee040234fd6b22dbc0a8 100644
|
| --- a/components/sync/core/write_transaction.cc
|
| +++ b/components/sync/syncable/write_transaction.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 "components/sync/core/write_transaction.h"
|
| +#include "components/sync/syncable/write_transaction.h"
|
|
|
| #include "components/sync/syncable/directory.h"
|
| #include "components/sync/syncable/mutable_entry.h"
|
|
|