summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable/directory_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/syncable/directory_manager.h')
-rw-r--r--chrome/browser/sync/syncable/directory_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/syncable/directory_manager.h b/chrome/browser/sync/syncable/directory_manager.h
index 61f303e..103ec30 100644
--- a/chrome/browser/sync/syncable/directory_manager.h
+++ b/chrome/browser/sync/syncable/directory_manager.h
@@ -54,7 +54,7 @@ class DirectoryManager {
// root_path specifies where db is stored.
explicit DirectoryManager(const FilePath& root_path);
- ~DirectoryManager();
+ virtual ~DirectoryManager();
static const FilePath GetSyncDataDatabaseFilename();
const FilePath GetSyncDataDatabasePath() const;