| 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 f081018d7af925c91a66035e1d917e79ccd5f676..e2027aa575b62877233930adc6e1467d55db2702 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_cache.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_cache.h
|
| @@ -68,6 +68,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)
|
|
|