Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_cache.h |
| diff --git a/chrome/browser/chromeos/gdata/gdata_cache.h b/chrome/browser/chromeos/gdata/gdata_cache.h |
| index cde682a9e5a59b31001447bf11220fd0b1895158..1702542f1f1935b792b34df9fcfbe3e21518fc32 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_cache.h |
| +++ b/chrome/browser/chromeos/gdata/gdata_cache.h |
| @@ -57,6 +57,9 @@ class GDataCache { |
| // Structure to store information of an existing cache file. |
| struct CacheEntry { |
| + CacheEntry() : sub_dir_type(CACHE_TYPE_META), |
| + cache_state(0) {} |
| + |
| CacheEntry(const std::string& md5, |
| CacheSubDirectoryType sub_dir_type, |
| int cache_state) |
|
satorux1
2012/06/14 01:24:42
please fix the indentation while you are at it.
hashimoto
2012/06/14 03:12:02
Done.
|