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

Unified Diff: components/sync/driver/generic_change_processor_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/driver/generic_change_processor_unittest.cc
diff --git a/components/sync/driver/generic_change_processor_unittest.cc b/components/sync/driver/generic_change_processor_unittest.cc
index 446700cd61c45fcfcbcb7d265b15886d2f513895..8285630e73fb0542f25c3ae69ee9804ff3c899e7 100644
--- a/components/sync/driver/generic_change_processor_unittest.cc
+++ b/components/sync/driver/generic_change_processor_unittest.cc
@@ -6,20 +6,15 @@
#include <stddef.h>
-#include <memory>
-#include <string>
#include <utility>
-#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/strings/stringprintf.h"
#include "components/sync/api/attachments/attachment_id.h"
-#include "components/sync/api/attachments/attachment_store.h"
#include "components/sync/api/data_type_error_handler_mock.h"
#include "components/sync/api/fake_syncable_service.h"
#include "components/sync/api/sync_change.h"
-#include "components/sync/api/sync_merge_result.h"
#include "components/sync/base/model_type.h"
#include "components/sync/core/attachments/attachment_service_impl.h"
#include "components/sync/core/attachments/fake_attachment_downloader.h"

Powered by Google App Engine
This is Rietveld 408576698