Index: chrome/browser/sync/engine/conflict_resolver.h |
diff --git a/chrome/browser/sync/engine/conflict_resolver.h b/chrome/browser/sync/engine/conflict_resolver.h |
index c622794a89086034fc37679af7b0457fd9c5bfb6..acc37d908fd55b096e1ab1821f766f08f7bebda7 100644 |
--- a/chrome/browser/sync/engine/conflict_resolver.h |
+++ b/chrome/browser/sync/engine/conflict_resolver.h |
@@ -27,6 +27,8 @@ class WriteTransaction; |
namespace browser_sync { |
+class Cryptographer; |
+ |
namespace sessions { |
class ConflictProgress; |
class StatusController; |
@@ -70,6 +72,7 @@ class ConflictResolver { |
ProcessSimpleConflictResult ProcessSimpleConflict( |
syncable::WriteTransaction* trans, |
const syncable::Id& id, |
+ const Cryptographer* cryptographer, |
sessions::StatusController* status); |
bool ResolveSimpleConflicts(const syncable::ScopedDirLookup& dir, |