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

Unified Diff: components/sync/core_impl/sync_manager_impl.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/core_impl/sync_manager_impl.cc
diff --git a/components/sync/core_impl/sync_manager_impl.cc b/components/sync/core_impl/sync_manager_impl.cc
index 4093b743b8b4468ad55ede7b3406fa3bdf702404..949566f166c7b720660df51acc3b0ab719b05474 100644
--- a/components/sync/core_impl/sync_manager_impl.cc
+++ b/components/sync/core_impl/sync_manager_impl.cc
@@ -5,9 +5,7 @@
#include "components/sync/core_impl/sync_manager_impl.h"
#include <stddef.h>
-#include <stdint.h>
-#include <string>
#include <utility>
#include "base/base64.h"
@@ -32,10 +30,8 @@
#include "components/sync/core/internal_components_factory.h"
#include "components/sync/core/read_node.h"
#include "components/sync/core/read_transaction.h"
-#include "components/sync/core/user_share.h"
#include "components/sync/core/write_node.h"
#include "components/sync/core/write_transaction.h"
-#include "components/sync/core_impl/change_reorder_buffer.h"
#include "components/sync/core_impl/model_type_connector_proxy.h"
#include "components/sync/core_impl/syncapi_internal.h"
#include "components/sync/core_impl/syncapi_server_connection_manager.h"

Powered by Google App Engine
This is Rietveld 408576698