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

Unified Diff: components/sync/driver/shared_change_processor.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/driver/pref_names.cc ('k') | components/sync/driver/sync_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/shared_change_processor.cc
diff --git a/components/sync/driver/shared_change_processor.cc b/components/sync/driver/shared_change_processor.cc
index fc8eea85e318e0b3d8d24b061882e61b3ba1168d..15176a477b51cb743f4e6e501515f6c8117f4797 100644
--- a/components/sync/driver/shared_change_processor.cc
+++ b/components/sync/driver/shared_change_processor.cc
@@ -4,11 +4,9 @@
#include "components/sync/driver/shared_change_processor.h"
-#include <memory>
#include <utility>
#include "base/threading/thread_task_runner_handle.h"
-#include "components/sync/api/data_type_error_handler.h"
#include "components/sync/api/sync_change.h"
#include "components/sync/api/syncable_service.h"
#include "components/sync/base/data_type_histogram.h"
« no previous file with comments | « components/sync/driver/pref_names.cc ('k') | components/sync/driver/sync_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698