| Index: chrome/browser/sync/syncable/directory_manager.cc
|
| diff --git a/chrome/browser/sync/syncable/directory_manager.cc b/chrome/browser/sync/syncable/directory_manager.cc
|
| index b98aacbd3d7c7a237d908bc6c7a107c2c63fc9df..6460dfe596a0c931e65ed1ca4be3a33e2ccdc404 100644
|
| --- a/chrome/browser/sync/syncable/directory_manager.cc
|
| +++ b/chrome/browser/sync/syncable/directory_manager.cc
|
| @@ -33,7 +33,7 @@ const FilePath DirectoryManager::GetSyncDataDatabasePath() const {
|
| DirectoryManager::DirectoryManager(const FilePath& path)
|
| : root_path_(path),
|
| managed_directory_(NULL),
|
| - cryptographer_(new Cryptographer) {
|
| + cryptographer_(new Cryptographer()) {
|
| }
|
|
|
| DirectoryManager::~DirectoryManager() {
|
|
|