| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index 8697cecaf52ee595ccfa0095ec40d03a6443d7b8..37ab866441f0f277f9afa97f05899c1972f6d27d 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -48,11 +48,11 @@
|
| #include "chrome/common/net/gaia/gaia_constants.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/test/test_browser_thread.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/autofill_specifics.pb.h"
|
| #include "sync/syncable/syncable.h"
|
| #include "sync/test/engine/test_id_factory.h"
|
|
|