summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/cryptographer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/cryptographer.h')
-rw-r--r--chrome/browser/sync/util/cryptographer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/util/cryptographer.h b/chrome/browser/sync/util/cryptographer.h
index 230ed94..ada084cc 100644
--- a/chrome/browser/sync/util/cryptographer.h
+++ b/chrome/browser/sync/util/cryptographer.h
@@ -43,6 +43,7 @@ struct KeyParams {
class Cryptographer {
public:
Cryptographer();
+ ~Cryptographer();
// |restored_bootstrap_token| can be provided via this method to bootstrap
// Cryptographer instance into the ready state (is_ready will be true).