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

Unified Diff: components/sync/syncable/directory_backing_store_unittest.cc

Issue 2388973002: [Sync] Removing duplicate includes, part 2. (Closed)
Patch Set: Update for Max's comments. Created 4 years, 2 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_backing_store_unittest.cc
diff --git a/components/sync/syncable/directory_backing_store_unittest.cc b/components/sync/syncable/directory_backing_store_unittest.cc
index df72b316e16ffd23dbc8b54217065538696d44eb..a08ceedb98d7d0fa15a751ed48ec99677a6716e8 100644
--- a/components/sync/syncable/directory_backing_store_unittest.cc
+++ b/components/sync/syncable/directory_backing_store_unittest.cc
@@ -5,11 +5,8 @@
#include "components/sync/syncable/directory_backing_store.h"
#include <stddef.h>
-#include <stdint.h>
#include <map>
-#include <memory>
-#include <string>
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
@@ -22,12 +19,9 @@
#include "components/sync/base/time.h"
#include "components/sync/protocol/bookmark_specifics.pb.h"
#include "components/sync/protocol/sync.pb.h"
-#include "components/sync/syncable/directory.h"
#include "components/sync/syncable/on_disk_directory_backing_store.h"
#include "components/sync/test/directory_backing_store_corruption_testing.h"
#include "components/sync/test/test_directory_backing_store.h"
-#include "sql/connection.h"
-#include "sql/statement.h"
#include "sql/test/test_helpers.h"
#include "testing/gtest/include/gtest/gtest-param-test.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/protocol/proto_value_conversions_unittest.cc ('k') | components/sync/syncable/parent_child_index_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698