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

Unified Diff: components/sync/test/fake_server/fake_server.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.cc
diff --git a/components/sync/test/fake_server/fake_server.cc b/components/sync/test/fake_server/fake_server.cc
index 8642ad3ead88e7ba805f6ad19f7c6771b54ac830..6177c15e17c714f069f801717789d6d1d6407ca6 100644
--- a/components/sync/test/fake_server/fake_server.cc
+++ b/components/sync/test/fake_server/fake_server.cc
@@ -4,15 +4,10 @@
#include "components/sync/test/fake_server/fake_server.h"
-#include <stdint.h>
-
#include <algorithm>
#include <limits>
-#include <memory>
#include <set>
-#include <string>
#include <utility>
-#include <vector>
#include "base/guid.h"
#include "base/logging.h"
@@ -21,8 +16,6 @@
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/synchronization/lock.h"
-#include "components/sync/base/model_type.h"
-#include "components/sync/protocol/sync.pb.h"
#include "components/sync/test/fake_server/bookmark_entity.h"
#include "components/sync/test/fake_server/permanent_entity.h"
#include "components/sync/test/fake_server/tombstone_entity.h"
« no previous file with comments | « components/sync/test/fake_server/entity_builder_factory.cc ('k') | components/sync/test/fake_server/fake_server_entity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698