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

Unified Diff: components/sync/syncable/directory_unittest.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/directory_backing_store.cc ('k') | components/sync/syncable/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/directory_unittest.cc
diff --git a/components/sync/syncable/directory_unittest.cc b/components/sync/syncable/directory_unittest.cc
index b33b267655c2abf120b9c7de93371f0d99dcabd7..fe8f3e8b8c6d242b002ea4035edd568b1031a885 100644
--- a/components/sync/syncable/directory_unittest.cc
+++ b/components/sync/syncable/directory_unittest.cc
@@ -5,7 +5,6 @@
#include "components/sync/syncable/directory_unittest.h"
#include <stddef.h>
-#include <stdint.h>
#include <cstdlib>
@@ -19,7 +18,6 @@
#include "components/sync/base/mock_unrecoverable_error_handler.h"
#include "components/sync/syncable/syncable_proto_util.h"
#include "components/sync/syncable/syncable_util.h"
-#include "components/sync/syncable/syncable_write_transaction.h"
#include "components/sync/test/engine/test_syncable_utils.h"
#include "components/sync/test/test_directory_backing_store.h"
« no previous file with comments | « components/sync/syncable/directory_backing_store.cc ('k') | components/sync/syncable/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698