Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: components/sync/core/http_bridge_network_resources.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/core/http_bridge_network_resources.h ('k') | components/sync/core/http_bridge_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/sync/core/http_bridge_network_resources.h ('k') | components/sync/core/http_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698