Index: chrome/browser/sync/engine/nigori_util.h |
diff --git a/chrome/browser/sync/engine/nigori_util.h b/chrome/browser/sync/engine/nigori_util.h |
index d3d25ddc0abd5e9d5f3379114d9b2ac0584e62a1..2ff5a5362037050fb3566b1d0a2004d95de3e60b 100644 |
--- a/chrome/browser/sync/engine/nigori_util.h |
+++ b/chrome/browser/sync/engine/nigori_util.h |
@@ -8,6 +8,7 @@ |
#define CHROME_BROWSER_SYNC_ENGINE_NIGORI_UTIL_H_ |
#pragma once |
+#include "base/compiler_specific.h" |
#include "chrome/browser/sync/protocol/nigori_specifics.pb.h" |
#include "chrome/browser/sync/syncable/model_type.h" |
@@ -55,10 +56,11 @@ bool SpecificsNeedsEncryption(const ModelTypeSet& encrypted_types, |
const sync_pb::EntitySpecifics& specifics); |
// Verifies all data of type |type| is encrypted appropriately. |
-bool VerifyDataTypeEncryption(BaseTransaction* const trans, |
- browser_sync::Cryptographer* cryptographer, |
- ModelType type, |
- bool is_encrypted); |
+bool VerifyDataTypeEncryptionForTest( |
+ BaseTransaction* const trans, |
+ browser_sync::Cryptographer* cryptographer, |
+ ModelType type, |
+ bool is_encrypted) WARN_UNUSED_RESULT; |
} // namespace syncable |