| Index: components/sync/test/fake_server/fake_server_http_post_provider.h
|
| diff --git a/components/sync/test/fake_server/fake_server_http_post_provider.h b/components/sync/test/fake_server/fake_server_http_post_provider.h
|
| index dc3086ed283b1b3c0b6e32bba18327010ae1984c..7dc11a38ca9fca96d1d74ef81a98970a05c63371 100644
|
| --- a/components/sync/test/fake_server/fake_server_http_post_provider.h
|
| +++ b/components/sync/test/fake_server/fake_server_http_post_provider.h
|
| @@ -13,8 +13,8 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/synchronization/waitable_event.h"
|
| -#include "components/sync/core/http_post_provider_factory.h"
|
| -#include "components/sync/core/http_post_provider_interface.h"
|
| +#include "components/sync/engine/net/http_post_provider_factory.h"
|
| +#include "components/sync/engine/net/http_post_provider_interface.h"
|
|
|
| namespace fake_server {
|
|
|
|
|