| Index: chrome/browser/sync/internal_api/syncapi_internal.cc
|
| diff --git a/chrome/browser/sync/engine/syncapi_internal.cc b/chrome/browser/sync/internal_api/syncapi_internal.cc
|
| similarity index 96%
|
| rename from chrome/browser/sync/engine/syncapi_internal.cc
|
| rename to chrome/browser/sync/internal_api/syncapi_internal.cc
|
| index ab90c1cb039de5cfb8c95d7814155ab65bfff245..57279f8166dd2d6e4d05216d5cab49c1e515b12b 100644
|
| --- a/chrome/browser/sync/engine/syncapi_internal.cc
|
| +++ b/chrome/browser/sync/internal_api/syncapi_internal.cc
|
| @@ -2,12 +2,12 @@
|
| // 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/syncapi_internal.h"
|
| +#include "chrome/browser/sync/internal_api/syncapi_internal.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/sync/util/cryptographer.h"
|
| #include "sync/protocol/password_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/util/cryptographer.h"
|
|
|
| using browser_sync::Cryptographer;
|
|
|
|
|