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

Unified Diff: components/sync/test/fake_server/fake_server_entity.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_entity.cc
diff --git a/components/sync/test/fake_server/fake_server_entity.cc b/components/sync/test/fake_server/fake_server_entity.cc
index 3f58ca533148bc93d8e5d1b1e573c77456697b39..4bd16439d7eb1d38c348bbc13a67e0c10722bc02 100644
--- a/components/sync/test/fake_server/fake_server_entity.cc
+++ b/components/sync/test/fake_server/fake_server_entity.cc
@@ -4,11 +4,8 @@
#include "components/sync/test/fake_server/fake_server_entity.h"
-#include <stdint.h>
-
#include <limits>
#include <memory>
-#include <string>
#include <vector>
#include "base/guid.h"
@@ -18,8 +15,6 @@
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
-#include "components/sync/base/model_type.h"
-#include "components/sync/protocol/sync.pb.h"
#include "net/base/net_errors.h"
#include "net/http/http_status_code.h"
« no previous file with comments | « components/sync/test/fake_server/fake_server.cc ('k') | components/sync/test/fake_server/fake_server_http_post_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698