| 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 b4dd8bf91c6233f1ab497856dfaeea0f4bfeecc4..cf146c82da2b51da79c78cf977efe5ee8071b25a 100644
|
| --- a/chrome/browser/sync/glue/session_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/session_change_processor.cc
|
| @@ -13,8 +13,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/api/sync_error.h"
|
| #include "chrome/browser/sync/glue/session_model_associator.h"
|
| -#include "chrome/browser/sync/internal_api/change_record.h"
|
| -#include "chrome/browser/sync/internal_api/read_node.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| @@ -25,6 +23,8 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "sync/internal_api/change_record.h"
|
| +#include "sync/internal_api/read_node.h"
|
| #include "sync/protocol/session_specifics.pb.h"
|
| #include "sync/syncable/model_type.h"
|
| #include "sync/syncable/model_type_payload_map.h"
|
|
|