Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: sync/util/cryptographer.h

Issue 10855037: [Sync] Add history delete directive type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/util/cryptographer.h
diff --git a/sync/util/cryptographer.h b/sync/util/cryptographer.h
index b9c00013fa0f35a73ac4cee5f847b94d362190a4..256429cd8f762dec3da040f366d763f63882e8c9 100644
--- a/sync/util/cryptographer.h
+++ b/sync/util/cryptographer.h
@@ -219,7 +219,7 @@ class Cryptographer {
void MergeEncryptedTypesForTest(ModelTypeSet encrypted_types);
private:
- FRIEND_TEST_ALL_PREFIXES(SyncCryptographerTest, PackUnpack);
+ FRIEND_TEST_ALL_PREFIXES(CryptographerTest, PackUnpack);
typedef std::map<std::string, linked_ptr<const Nigori> > NigoriMap;
// Merges the given set of encrypted types with the existing set and emits a

Powered by Google App Engine
This is Rietveld 408576698