| Index: chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/syncapi_unittest.cc b/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/sync/engine/syncapi_unittest.cc
|
| rename to chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| index cc3fdba91dea33af9baccc19dd1dd06c451243b5..d3e96c0cdda65e629761cd47755b79c43a9fdcfa 100644
|
| --- a/chrome/browser/sync/engine/syncapi_unittest.cc
|
| +++ b/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| @@ -25,7 +25,12 @@
|
| #include "chrome/browser/sync/engine/http_post_provider_interface.h"
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
| #include "chrome/browser/sync/engine/nigori_util.h"
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| +#include "chrome/browser/sync/internal_api/read_node.h"
|
| +#include "chrome/browser/sync/internal_api/read_transaction.h"
|
| +#include "chrome/browser/sync/internal_api/syncapi_functions.h"
|
| +#include "chrome/browser/sync/internal_api/sync_manager.h"
|
| +#include "chrome/browser/sync/internal_api/write_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/sync/js/js_arg_list.h"
|
| #include "chrome/browser/sync/js/js_backend.h"
|
| #include "chrome/browser/sync/js/js_event_handler.h"
|
| @@ -35,8 +40,8 @@
|
| #include "chrome/browser/sync/notifier/sync_notifier_observer.h"
|
| #include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
|
| #include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/protocol/proto_value_conversions.h"
|
| +#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/sessions/sync_session.h"
|
| #include "chrome/browser/sync/syncable/directory_manager.h"
|
| #include "chrome/browser/sync/syncable/syncable.h"
|
|
|