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

Unified Diff: components/sync/engine_impl/cycle/data_type_tracker.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/engine_impl/cycle/data_type_tracker.cc
diff --git a/components/sync/engine_impl/cycle/data_type_tracker.cc b/components/sync/engine_impl/cycle/data_type_tracker.cc
index 7040d4fe5baf5b152b77a44fb33833c73f83b87e..732bcdc172defb5868e7119ef21562d1018b11f0 100644
--- a/components/sync/engine_impl/cycle/data_type_tracker.cc
+++ b/components/sync/engine_impl/cycle/data_type_tracker.cc
@@ -4,12 +4,9 @@
#include "components/sync/engine_impl/cycle/data_type_tracker.h"
-#include <stddef.h>
-
#include <algorithm>
#include "base/logging.h"
-#include "components/sync/base/invalidation_interface.h"
#include "components/sync/engine_impl/cycle/nudge_tracker.h"
namespace syncer {
« no previous file with comments | « components/sync/engine_impl/conflict_resolver.cc ('k') | components/sync/engine_impl/cycle/nudge_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698