diff options
Diffstat (limited to 'sync/engine/model_changing_syncer_command.h')
-rw-r--r-- | sync/engine/model_changing_syncer_command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/model_changing_syncer_command.h b/sync/engine/model_changing_syncer_command.h index d09e4b7..e2e8956 100644 --- a/sync/engine/model_changing_syncer_command.h +++ b/sync/engine/model_changing_syncer_command.h @@ -7,8 +7,8 @@ #pragma once #include "base/compiler_specific.h" -#include "sync/engine/model_safe_worker.h" #include "sync/engine/syncer_command.h" +#include "sync/internal_api/public/engine/model_safe_worker.h" namespace browser_sync { namespace sessions { |