| Index: components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| diff --git a/components/gcm_driver/crypto/gcm_key_store_unittest.cc b/components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| index 4eff61961ed8631e97bd7256b22c254b23b2d01d..0b063972969b3c09bafd7607d473e6fe01b112a0 100644
|
| --- a/components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| +++ b/components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| @@ -68,7 +68,7 @@
|
| scoped_refptr<GCMKeyStore> gcm_key_store_;
|
| };
|
|
|
| -TEST_F(GCMKeyStoreTest, CreatedByDefault) {
|
| +TEST_F(GCMKeyStoreTest, EmptyByDefault) {
|
| KeyPair pair;
|
| gcm_key_store()->GetKeys(kFakeAppId,
|
| base::Bind(&GCMKeyStoreTest::GotKeys,
|
|
|