| Index: components/sync/test/fake_server/fake_server_http_post_provider.h
|
| diff --git a/sync/test/fake_server/fake_server_http_post_provider.h b/components/sync/test/fake_server/fake_server_http_post_provider.h
|
| similarity index 89%
|
| rename from sync/test/fake_server/fake_server_http_post_provider.h
|
| rename to components/sync/test/fake_server/fake_server_http_post_provider.h
|
| index 9a8239df5191771a88186a6a28edf0579d20c176..7f8dec3752b8ed88b9855e3191ab335cffca1e8d 100644
|
| --- a/sync/test/fake_server/fake_server_http_post_provider.h
|
| +++ b/components/sync/test/fake_server/fake_server_http_post_provider.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
|
| -#define SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
|
| +#ifndef COMPONENTS_SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
|
| +#define COMPONENTS_SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
|
|
|
| #include <string>
|
|
|
| @@ -13,8 +13,8 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/synchronization/waitable_event.h"
|
| -#include "sync/internal_api/public/http_post_provider_factory.h"
|
| -#include "sync/internal_api/public/http_post_provider_interface.h"
|
| +#include "components/sync/core/http_post_provider_factory.h"
|
| +#include "components/sync/core/http_post_provider_interface.h"
|
|
|
| namespace fake_server {
|
|
|
| @@ -90,4 +90,4 @@ class FakeServerHttpPostProviderFactory
|
|
|
| } // namespace fake_server
|
|
|
| -#endif // SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
|
| +#endif // COMPONENTS_SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
|
|
|