| Index: chrome/browser/sync/glue/sync_backend_host.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
|
| index 97aaa3180d6070719541c9d889a2d1fc8ca7f39a..0d59793ab0e7113c13018571dbcb9d4f8fe26f52 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -27,8 +27,6 @@
|
| #include "chrome/browser/sync/glue/chrome_encryptor.h"
|
| #include "chrome/browser/sync/glue/http_bridge.h"
|
| #include "chrome/browser/sync/glue/sync_backend_registrar.h"
|
| -#include "chrome/browser/sync/internal_api/base_transaction.h"
|
| -#include "chrome/browser/sync/internal_api/read_transaction.h"
|
| #include "chrome/browser/sync/sync_prefs.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -42,6 +40,8 @@
|
| #include "net/base/host_port_pair.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "sync/engine/model_safe_worker.h"
|
| +#include "sync/internal_api/base_transaction.h"
|
| +#include "sync/internal_api/read_transaction.h"
|
| #include "sync/notifier/sync_notifier.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|