| Index: sync/internal_api/base_node.cc
|
| diff --git a/chrome/browser/sync/internal_api/base_node.cc b/sync/internal_api/base_node.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/internal_api/base_node.cc
|
| rename to sync/internal_api/base_node.cc
|
| index bd766befe4dacb48a1636b9de80632eed5fc00f2..552ee71daa5a4a6f40095ccec6170b738d7417b6 100644
|
| --- a/chrome/browser/sync/internal_api/base_node.cc
|
| +++ b/sync/internal_api/base_node.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/internal_api/base_node.h"
|
| +#include "sync/internal_api/base_node.h"
|
|
|
| #include "base/base64.h"
|
| #include "base/sha1.h"
|
| #include "base/string_number_conversions.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 "sync/internal_api/base_transaction.h"
|
| +#include "sync/internal_api/syncapi_internal.h"
|
| #include "sync/protocol/app_specifics.pb.h"
|
| #include "sync/protocol/autofill_specifics.pb.h"
|
| #include "sync/protocol/bookmark_specifics.pb.h"
|
|
|