| Index: components/storage_monitor/storage_info.h
|
| diff --git a/components/storage_monitor/storage_info.h b/components/storage_monitor/storage_info.h
|
| index d10e445ba38695ea12ac3bdf8dbd64ba6db47a1d..fc7d52021d82464ce26ef68c7c044595e99afcab 100644
|
| --- a/components/storage_monitor/storage_info.h
|
| +++ b/components/storage_monitor/storage_info.h
|
| @@ -41,6 +41,7 @@ class StorageInfo {
|
| const base::string16& vendor,
|
| const base::string16& model,
|
| uint64_t size_in_bytes);
|
| + StorageInfo(const StorageInfo& other);
|
| ~StorageInfo();
|
|
|
| // Returns a device id given properties of the device. A prefix dependent on
|
|
|