| Index: sync/internal_api/write_node.cc
|
| diff --git a/chrome/browser/sync/internal_api/write_node.cc b/sync/internal_api/write_node.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/internal_api/write_node.cc
|
| rename to sync/internal_api/write_node.cc
|
| index ef47f9d9915ed0a25760e9bfe97cf1439ee3306a..ce20e31fa1934b1c4891dd0a202dec3f47a712b2 100644
|
| --- a/chrome/browser/sync/internal_api/write_node.cc
|
| +++ b/sync/internal_api/write_node.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/internal_api/write_node.h"
|
| +#include "sync/internal_api/write_node.h"
|
|
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/sync/internal_api/syncapi_internal.h"
|
| -#include "chrome/browser/sync/internal_api/base_transaction.h"
|
| -#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "sync/engine/nigori_util.h"
|
| +#include "sync/internal_api/base_transaction.h"
|
| +#include "sync/internal_api/syncapi_internal.h"
|
| +#include "sync/internal_api/write_transaction.h"
|
| #include "sync/protocol/app_specifics.pb.h"
|
| #include "sync/protocol/autofill_specifics.pb.h"
|
| #include "sync/protocol/bookmark_specifics.pb.h"
|
|
|