| Index: components/sync/syncable/write_node.cc
 | 
| diff --git a/components/sync/core/write_node.cc b/components/sync/syncable/write_node.cc
 | 
| similarity index 99%
 | 
| rename from components/sync/core/write_node.cc
 | 
| rename to components/sync/syncable/write_node.cc
 | 
| index d3690bb364ea5e8e0ce590e6b95a9f7f4af82519..ee689b6f565165456a58f437a9c925fd4d26e5a7 100644
 | 
| --- a/components/sync/core/write_node.cc
 | 
| +++ b/components/sync/syncable/write_node.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_node.h"
 | 
| +#include "components/sync/syncable/write_node.h"
 | 
|  
 | 
|  #include <memory>
 | 
|  
 | 
| @@ -10,14 +10,14 @@
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
|  #include "base/values.h"
 | 
|  #include "components/sync/base/cryptographer.h"
 | 
| -#include "components/sync/core/base_transaction.h"
 | 
| -#include "components/sync/core/write_transaction.h"
 | 
|  #include "components/sync/core_impl/syncapi_internal.h"
 | 
|  #include "components/sync/protocol/bookmark_specifics.pb.h"
 | 
|  #include "components/sync/protocol/typed_url_specifics.pb.h"
 | 
| +#include "components/sync/syncable/base_transaction.h"
 | 
|  #include "components/sync/syncable/mutable_entry.h"
 | 
|  #include "components/sync/syncable/nigori_util.h"
 | 
|  #include "components/sync/syncable/syncable_util.h"
 | 
| +#include "components/sync/syncable/write_transaction.h"
 | 
|  
 | 
|  using std::string;
 | 
|  using std::vector;
 | 
| 
 |