Index: components/sync/driver/sync_service_base.h |
diff --git a/components/sync/driver/sync_service_base.h b/components/sync/driver/sync_service_base.h |
index 1f068b1afb6775ab58ffa53e71a3fdeed610c358..736c5277ea403f94e7ac35c31b953a28e647a958 100644 |
--- a/components/sync/driver/sync_service_base.h |
+++ b/components/sync/driver/sync_service_base.h |
@@ -76,8 +76,10 @@ class SyncServiceBase : public SyncService, public SyncEngineHost { |
// information. |
const base::FilePath base_directory_; |
- // The full path to the sync data directory. |
- const base::FilePath directory_path_; |
+ // The full path to the sync data folder. The folder is not fully deleted when |
+ // sync is disabled, since it holds both Directory and ModelTypeStore data. |
+ // Directory files will be selectively targeted instead. |
+ const base::FilePath sync_data_folder_; |
// An identifier representing this instance for debugging purposes. |
const std::string debug_identifier_; |