| 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 732d1af439a3d7e3ca30ca0307bb472c73242163..86f4478cf902889f304638b6418f4d9b218ee461 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -26,9 +26,9 @@
|
| #include "chrome/browser/sync/glue/http_bridge.h"
|
| #include "chrome/browser/sync/glue/password_model_worker.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
| -#include "chrome/browser/sync/js_arg_list.h"
|
| -#include "chrome/browser/sync/js_event_details.h"
|
| -#include "chrome/browser/sync/js_event_handler.h"
|
| +#include "chrome/browser/sync/js/js_arg_list.h"
|
| +#include "chrome/browser/sync/js/js_event_details.h"
|
| +#include "chrome/browser/sync/js/js_event_handler.h"
|
| #include "chrome/browser/sync/notifier/sync_notifier.h"
|
| #include "chrome/browser/sync/sessions/session_state.h"
|
| // TODO(tim): Remove this! We should have a syncapi pass-thru instead.
|
|
|