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

Unified Diff: components/sync/test/fake_server/fake_server_http_post_provider.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
Index: components/sync/test/fake_server/fake_server_http_post_provider.cc
diff --git a/components/sync/test/fake_server/fake_server_http_post_provider.cc b/components/sync/test/fake_server/fake_server_http_post_provider.cc
index 9c03240704c8243c2b3efec24e56ae6221febfd3..0b3cd65958a74b399a2292e10f264744cc6e5ff0 100644
--- a/components/sync/test/fake_server/fake_server_http_post_provider.cc
+++ b/components/sync/test/fake_server/fake_server_http_post_provider.cc
@@ -4,14 +4,8 @@
#include "components/sync/test/fake_server/fake_server_http_post_provider.h"
-#include <string>
-
#include "base/bind.h"
#include "base/location.h"
-#include "base/memory/ref_counted.h"
-#include "base/memory/weak_ptr.h"
-#include "base/sequenced_task_runner.h"
-#include "base/synchronization/waitable_event.h"
#include "components/sync/test/fake_server/fake_server.h"
using syncer::HttpPostProviderInterface;

Powered by Google App Engine
This is Rietveld 408576698