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

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

Issue 2387553002: [Sync] Removing duplicated includes between cc and h files. (Closed)
Patch Set: Fixing DataTypeStatusTable Created 4 years, 3 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.cc ('k') | components/sync/core/internal_components_factory_impl.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/components/sync/core/http_bridge_network_resources.cc b/components/sync/core/http_bridge_network_resources.cc
index e5ddf154f3b76c10eaa2d2b55876f60d474b6d5e..92441f5918ec956663a3c826b8162142862065ef 100644
--- a/components/sync/core/http_bridge_network_resources.cc
+++ b/components/sync/core/http_bridge_network_resources.cc
@@ -4,13 +4,10 @@
#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"
namespace syncer {
« no previous file with comments | « components/sync/core/http_bridge.cc ('k') | components/sync/core/internal_components_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698