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

Unified Diff: components/sync/syncable/directory.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/syncable/directory.cc
diff --git a/components/sync/syncable/directory.cc b/components/sync/syncable/directory.cc
index 46ee1fcf043a1abe7aa9e0fe340cf24097a0305d..75a233c08b7978f9f12732aafeaa34db3f33e1a8 100644
--- a/components/sync/syncable/directory.cc
+++ b/components/sync/syncable/directory.cc
@@ -4,9 +4,6 @@
#include "components/sync/syncable/directory.h"
-#include <stddef.h>
-#include <stdint.h>
-
#include <algorithm>
#include <iterator>
#include <utility>
@@ -20,8 +17,6 @@
#include "components/sync/base/attachment_id_proto.h"
#include "components/sync/base/unique_position.h"
#include "components/sync/base/unrecoverable_error_handler.h"
-#include "components/sync/syncable/entry.h"
-#include "components/sync/syncable/entry_kernel.h"
#include "components/sync/syncable/in_memory_directory_backing_store.h"
#include "components/sync/syncable/model_neutral_mutable_entry.h"
#include "components/sync/syncable/on_disk_directory_backing_store.h"
« no previous file with comments | « components/sync/protocol/sync_protocol_error.cc ('k') | components/sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698