diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 06:01:50 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 06:01:50 +0000 |
commit | fcd7ad299b1ec612843418ea47dbbc6367941793 (patch) | |
tree | 358b0c5d81bc43edf57f26d5d2729291830c1912 /components | |
parent | 1b5f9538ce62a057e106eb944bbe42577386215d (diff) | |
download | chromium_src-fcd7ad299b1ec612843418ea47dbbc6367941793.zip chromium_src-fcd7ad299b1ec612843418ea47dbbc6367941793.tar.gz chromium_src-fcd7ad299b1ec612843418ea47dbbc6367941793.tar.bz2 |
StorageMonitor: Make StorageInfo a class.
Review URL: https://codereview.chromium.org/168293002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251957 0039d316-1c4b-4281-b951-d872f2087c98
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. |