| Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| index ec2ae9afafb4da64d7049cfa1c913591dc0aceb7..84bb170ec5dcd3ca3de73a0cd69a5e73729ebbf7 100644
|
| --- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| @@ -30,12 +30,12 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "sync/api/sync_error.h"
|
| -#include "sync/internal_api/change_record.h"
|
| -#include "sync/internal_api/read_node.h"
|
| -#include "sync/internal_api/read_transaction.h"
|
| -#include "sync/internal_api/test_user_share.h"
|
| -#include "sync/internal_api/write_node.h"
|
| -#include "sync/internal_api/write_transaction.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/test_user_share.h"
|
| +#include "sync/internal_api/public/write_node.h"
|
| +#include "sync/internal_api/public/write_transaction.h"
|
| #include "sync/test/engine/test_id_factory.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|