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

Unified Diff: components/gcm_driver/crypto/gcm_key_store_unittest.cc

Issue 2317003002: //chrome/browser and //components F-L: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 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: 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 50054d75b09084130352dd89fb2b9de03e5e8505..c9ec31e9b5e16c30a13476c9695872cc6b0b9ea6 100644
--- a/components/gcm_driver/crypto/gcm_key_store_unittest.cc
+++ b/components/gcm_driver/crypto/gcm_key_store_unittest.cc
@@ -48,8 +48,8 @@ class GCMKeyStoreTest : public ::testing::Test {
// Creates the GCM Key Store instance. May be called from within a test's body
// to re-create the key store, causing the database to re-open.
void CreateKeyStore() {
- gcm_key_store_.reset(
- new GCMKeyStore(scoped_temp_dir_.path(), message_loop_.task_runner()));
+ gcm_key_store_.reset(new GCMKeyStore(scoped_temp_dir_.GetPath(),
+ message_loop_.task_runner()));
}
// Callback to use with GCMKeyStore::{GetKeys, CreateKeys} calls.
« no previous file with comments | « components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc ('k') | components/gcm_driver/gcm_client_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698