| Index: chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_preference_unittest.cc b/chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| index 62f0f2bc07315ee32ca0c1a20f6a4a6e3b35d9d4..423a000d76dc602079de5fc1231c33f9a12aa2b9 100644
|
| --- a/chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| @@ -29,12 +29,12 @@
|
| #include "chrome/test/base/testing_pref_service.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "sync/api/sync_data.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/preference_specifics.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|