| Index: chrome/browser/sync/glue/session_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/session_change_processor.cc b/chrome/browser/sync/glue/session_change_processor.cc
|
| index 0338ea7318d9fea6e56826dbacea5b8174b8a0e8..6462cf79e82c62931f238bac845afd7b07ce3a2d 100644
|
| --- a/chrome/browser/sync/glue/session_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/session_change_processor.cc
|
| @@ -23,10 +23,10 @@
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "sync/api/sync_error.h"
|
| -#include "sync/internal_api/change_record.h"
|
| +#include "sync/internal_api/public/change_record.h"
|
| +#include "sync/internal_api/public/read_node.h"
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| #include "sync/internal_api/public/syncable/model_type_payload_map.h"
|
| -#include "sync/internal_api/read_node.h"
|
| #include "sync/protocol/session_specifics.pb.h"
|
|
|
| using content::BrowserThread;
|
|
|