| Index: components/sync/core/http_bridge_network_resources.cc | 
| diff --git a/sync/internal_api/http_bridge_network_resources.cc b/components/sync/core/http_bridge_network_resources.cc | 
| similarity index 73% | 
| rename from sync/internal_api/http_bridge_network_resources.cc | 
| rename to components/sync/core/http_bridge_network_resources.cc | 
| index 83eb91cc1c0ea30cb626b31a168c95e39fbdca95..e5ddf154f3b76c10eaa2d2b55876f60d474b6d5e 100644 | 
| --- a/sync/internal_api/http_bridge_network_resources.cc | 
| +++ b/components/sync/core/http_bridge_network_resources.cc | 
| @@ -2,16 +2,16 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "sync/internal_api/public/http_bridge_network_resources.h" | 
| +#include "components/sync/core/http_bridge_network_resources.h" | 
|  | 
| #include <memory> | 
|  | 
| #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/core/network_time_update_callback.h" | 
| #include "net/url_request/url_request_context_getter.h" | 
| -#include "sync/internal_api/public/base/cancelation_signal.h" | 
| -#include "sync/internal_api/public/http_bridge.h" | 
| -#include "sync/internal_api/public/http_post_provider_factory.h" | 
| -#include "sync/internal_api/public/network_time_update_callback.h" | 
|  | 
| namespace syncer { | 
|  | 
|  |