| Index: chrome/browser/sync/test/integration/enable_disable_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| index c9bf7ca95f499a81a989674642d377f484626c0a..55b2ee49aa5b9f6891f96c37a89884c16a6fabd9 100644
|
| --- a/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| +++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| @@ -7,8 +7,8 @@
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "components/browser_sync/profile_sync_service.h"
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync/core/read_node.h"
|
| -#include "components/sync/core/read_transaction.h"
|
| +#include "components/sync/syncable/read_node.h"
|
| +#include "components/sync/syncable/read_transaction.h"
|
|
|
| // This file contains tests that exercise enabling and disabling data
|
| // types.
|
|
|