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

Unified Diff: components/sync/core/http_bridge.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/delete_journal.cc ('k') | components/sync/core/http_bridge_network_resources.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/http_bridge.cc
diff --git a/components/sync/core/http_bridge.cc b/components/sync/core/http_bridge.cc
index 4a7ad59222138628fb4953aadbc6571a51154502..1b869c46307eb5abdb7393a3309a75ba94d08e3e 100644
--- a/components/sync/core/http_bridge.cc
+++ b/components/sync/core/http_bridge.cc
@@ -5,7 +5,6 @@
#include "components/sync/core/http_bridge.h"
#include <stddef.h>
-#include <stdint.h>
#include <vector>
@@ -26,7 +25,6 @@
#include "net/http/http_response_headers.h"
#include "net/url_request/static_http_user_agent_settings.h"
#include "net/url_request/url_fetcher.h"
-#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_job_factory_impl.h"
#include "net/url_request/url_request_status.h"
« no previous file with comments | « components/sync/core/delete_journal.cc ('k') | components/sync/core/http_bridge_network_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698