Index: chrome/browser/chromeos/gdata/gdata_files.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h |
index e580cdf0ced19633515a4e6ff41196504b05b3f4..b7e903145bed184935bc6d61b29ffdbf072cab03 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_files.h |
+++ b/chrome/browser/chromeos/gdata/gdata_files.h |
@@ -343,6 +343,7 @@ class GDataRootDirectory : public GDataDirectory { |
// persistent dir, and hence evictable. |
CACHE_TYPE_TMP_DOWNLOADS, // Downloaded files. |
CACHE_TYPE_TMP_DOCUMENTS, // Temporary JSON files for hosted documents. |
+ NUM_CACHE_TYPES, // This must be at the end. |
}; |
// Structure to store information of an existing cache file. |