summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/sync_context_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/sync_context_proxy.h')
-rw-r--r--sync/internal_api/public/sync_context_proxy.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sync/internal_api/public/sync_context_proxy.h b/sync/internal_api/public/sync_context_proxy.h
index 230a42a..94c7bc3 100644
--- a/sync/internal_api/public/sync_context_proxy.h
+++ b/sync/internal_api/public/sync_context_proxy.h
@@ -10,9 +10,10 @@
#include "sync/internal_api/public/non_blocking_sync_common.h"
namespace syncer {
-
class ModelTypeSyncProxyImpl;
-struct DataTypeState;
+}
+
+namespace syncer_v2 {
// Interface for the datatype integration logic from non-sync threads.
//
@@ -29,7 +30,7 @@ class SYNC_EXPORT_PRIVATE SyncContextProxy {
syncer::ModelType type,
const DataTypeState& data_type_state,
const UpdateResponseDataList& saved_pending_updates,
- const base::WeakPtr<ModelTypeSyncProxyImpl>& type_sync_proxy) = 0;
+ const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy) = 0;
// Tells the syncer that we're no longer interested in syncing this type.
//