| 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 66f6307d06b7df49782c332c6ab7db6b6da5aad0..190e064bd2c9e7a500ba9ce2effc02b3d6651f96 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -41,9 +41,9 @@
|
| #include "jingle/notifier/base/notifier_options.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "sync/internal_api/base_transaction.h"
|
| +#include "sync/internal_api/public/base_transaction.h"
|
| #include "sync/internal_api/public/engine/model_safe_worker.h"
|
| -#include "sync/internal_api/read_transaction.h"
|
| +#include "sync/internal_api/public/read_transaction.h"
|
| #include "sync/notifier/sync_notifier.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|