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

Unified Diff: sync/internal_api/sync_encryption_handler_impl_unittest.cc

Issue 11568033: Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years 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
« no previous file with comments | « net/spdy/spdy_test_util_spdy3.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc
===================================================================
--- sync/internal_api/sync_encryption_handler_impl_unittest.cc (revision 174065)
+++ sync/internal_api/sync_encryption_handler_impl_unittest.cc (working copy)
@@ -1311,7 +1311,6 @@
sync_pb::EncryptedData encrypted;
KeyParams old_key = {"localhost", "dummy", kOldKey};
KeyParams cur_key = {"localhost", "dummy", kCurKey};
- KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey};
GetCryptographer()->AddKey(old_key);
GetCryptographer()->AddKey(cur_key);
@@ -1874,7 +1873,6 @@
sync_pb::EncryptedData encrypted;
KeyParams old_key = {"localhost", "dummy", kOldKey};
KeyParams cur_key = {"localhost", "dummy", kCurKey};
- KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey};
GetCryptographer()->AddKey(old_key);
GetCryptographer()->AddKey(cur_key);
« no previous file with comments | « net/spdy/spdy_test_util_spdy3.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698