diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/storage_monitor/media_storage_util.h | 2 | ||||
-rw-r--r-- | components/storage_monitor/storage_info.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/storage_monitor/media_storage_util.h b/components/storage_monitor/media_storage_util.h index ce04664..7c3ed10 100644 --- a/components/storage_monitor/media_storage_util.h +++ b/components/storage_monitor/media_storage_util.h @@ -15,7 +15,7 @@ #include "base/callback_forward.h" #include "base/files/file_path.h" -struct StorageInfo; +class StorageInfo; class MediaStorageUtil { public: diff --git a/components/storage_monitor/storage_info.h b/components/storage_monitor/storage_info.h index 45109e7..1afdc52 100644 --- a/components/storage_monitor/storage_info.h +++ b/components/storage_monitor/storage_info.h @@ -8,7 +8,7 @@ #include "base/files/file_path.h" #include "base/strings/string16.h" -struct StorageInfo { +class StorageInfo { public: enum Type { // A removable mass storage device with a DCIM directory. |