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

Unified Diff: components/sync/syncable/parent_child_index.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/syncable/mutable_entry.cc ('k') | components/sync/syncable/syncable_delete_journal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/parent_child_index.cc
diff --git a/components/sync/syncable/parent_child_index.cc b/components/sync/syncable/parent_child_index.cc
index 2090867b0220d63e65fcd890cbced39e39b352a7..8559b7e86b72d0583c2d122386c3af4a5b29bcec 100644
--- a/components/sync/syncable/parent_child_index.cc
+++ b/components/sync/syncable/parent_child_index.cc
@@ -4,11 +4,8 @@
#include "components/sync/syncable/parent_child_index.h"
-#include <memory>
-
#include "base/stl_util.h"
#include "components/sync/syncable/entry_kernel.h"
-#include "components/sync/syncable/syncable_id.h"
namespace syncer {
namespace syncable {
« no previous file with comments | « components/sync/syncable/mutable_entry.cc ('k') | components/sync/syncable/syncable_delete_journal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698