| Index: chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| index 64f962059da2b5e369074b9f04c74862365bc2b0..13d25b48e7dfc9fa64c6735ed915b228a76a86a6 100644
|
| --- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| @@ -37,12 +37,12 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "googleurl/src/gurl.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/read_transaction.h"
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| -#include "sync/internal_api/read_node.h"
|
| -#include "sync/internal_api/read_transaction.h"
|
| -#include "sync/internal_api/write_node.h"
|
| -#include "sync/internal_api/write_transaction.h"
|
| +#include "sync/internal_api/public/write_node.h"
|
| +#include "sync/internal_api/public/write_transaction.h"
|
| #include "sync/protocol/session_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/syncable/syncable.h"
|
|
|