| Index: components/sync/engine/net/http_bridge_network_resources.cc
|
| diff --git a/components/sync/core/http_bridge_network_resources.cc b/components/sync/engine/net/http_bridge_network_resources.cc
|
| similarity index 82%
|
| rename from components/sync/core/http_bridge_network_resources.cc
|
| rename to components/sync/engine/net/http_bridge_network_resources.cc
|
| index 92441f5918ec956663a3c826b8162142862065ef..392f90c98efc6364d7d830f1f3b3a2f68f753ef5 100644
|
| --- a/components/sync/core/http_bridge_network_resources.cc
|
| +++ b/components/sync/engine/net/http_bridge_network_resources.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/core/http_bridge_network_resources.h"
|
| +#include "components/sync/engine/net/http_bridge_network_resources.h"
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "components/sync/base/cancelation_signal.h"
|
| -#include "components/sync/core/http_bridge.h"
|
| -#include "components/sync/core/http_post_provider_factory.h"
|
| +#include "components/sync/engine/net/http_bridge.h"
|
| +#include "components/sync/engine/net/http_post_provider_factory.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|
| namespace syncer {
|
|
|