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

Unified Diff: components/sync/engine_impl/update_applicator.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/engine_impl/syncer_util.cc ('k') | components/sync/protocol/sync_protocol_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/update_applicator.cc
diff --git a/components/sync/engine_impl/update_applicator.cc b/components/sync/engine_impl/update_applicator.cc
index 8be5cbce38eceee144dcbe746b5196d7dfa9d9a1..14a50bfec19c84f79c3239fba1c21df395559834 100644
--- a/components/sync/engine_impl/update_applicator.cc
+++ b/components/sync/engine_impl/update_applicator.cc
@@ -4,15 +4,10 @@
#include "components/sync/engine_impl/update_applicator.h"
-#include <stdint.h>
-
-#include <vector>
-
#include "base/logging.h"
#include "components/sync/engine_impl/syncer_util.h"
#include "components/sync/syncable/entry.h"
#include "components/sync/syncable/mutable_entry.h"
-#include "components/sync/syncable/syncable_id.h"
#include "components/sync/syncable/syncable_write_transaction.h"
using std::vector;
« no previous file with comments | « components/sync/engine_impl/syncer_util.cc ('k') | components/sync/protocol/sync_protocol_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698