| Index: chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| index 73cd0df85e63b0a3664b10bb206e13103aaf0dab..5facc5164249e86c71ebe9eee21b46437857a85d 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| @@ -348,7 +348,7 @@ class LocalFileSyncContextTest : public testing::Test {
|
| }
|
|
|
| base::ScopedTempDir dir_;
|
| - scoped_ptr<leveldb::Env> in_memory_env_;
|
| + std::unique_ptr<leveldb::Env> in_memory_env_;
|
|
|
| // These need to remain until the very end.
|
| content::TestBrowserThreadBundle thread_bundle_;
|
|
|