| 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 100dea79e7b0d21ea76de30885dac2a7843f7182..4b3780203d208c513ab9cdf1f08766226640db29 100644
|
| --- a/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| +++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
|
|
| -#include "chrome/browser/sync/internal_api/read_node.h"
|
| -#include "chrome/browser/sync/internal_api/read_transaction.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| +#include "sync/internal_api/read_node.h"
|
| +#include "sync/internal_api/read_transaction.h"
|
| #include "sync/syncable/model_type.h"
|
|
|
| // This file contains tests that exercise enabling and disabling data
|
|
|