| Index: chrome/browser/sync/syncable/directory_manager.h
|
| ===================================================================
|
| --- chrome/browser/sync/syncable/directory_manager.h (revision 51231)
|
| +++ chrome/browser/sync/syncable/directory_manager.h (working copy)
|
| @@ -54,7 +54,7 @@
|
|
|
| // root_path specifies where db is stored.
|
| explicit DirectoryManager(const FilePath& root_path);
|
| - ~DirectoryManager();
|
| + virtual ~DirectoryManager();
|
|
|
| static const FilePath GetSyncDataDatabaseFilename();
|
| const FilePath GetSyncDataDatabasePath() const;
|
|
|