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

Unified Diff: components/sync/core/sync_manager.h

Issue 2407163004: [Sync] Move some directory-related things from core/ to syncable/. (Closed)
Patch Set: 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
« no previous file with comments | « components/sync/core/read_transaction.cc ('k') | components/sync/core/test/fake_sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/sync_manager.h
diff --git a/components/sync/core/sync_manager.h b/components/sync/core/sync_manager.h
index aae20aa4c2ac687348f914d43db3fc1394510d5d..9df691638439b9a09b7125791da46c6999f82384 100644
--- a/components/sync/core/sync_manager.h
+++ b/components/sync/core/sync_manager.h
@@ -19,7 +19,6 @@
#include "components/sync/base/invalidation_interface.h"
#include "components/sync/base/model_type.h"
#include "components/sync/base/weak_handle.h"
-#include "components/sync/core/change_record.h"
#include "components/sync/core/configure_reason.h"
#include "components/sync/core/connection_status.h"
#include "components/sync/core/internal_components_factory.h"
@@ -31,6 +30,7 @@
#include "components/sync/engine/net/http_post_provider_factory.h"
#include "components/sync/engine/sync_status.h"
#include "components/sync/protocol/sync_protocol_error.h"
+#include "components/sync/syncable/change_record.h"
#include "google_apis/gaia/oauth2_token_service.h"
class GURL;
« no previous file with comments | « components/sync/core/read_transaction.cc ('k') | components/sync/core/test/fake_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698