Index: chrome/browser/chromeos/drive/file_cache.h |
diff --git a/chrome/browser/chromeos/drive/file_cache.h b/chrome/browser/chromeos/drive/file_cache.h |
index c85be5daf1469a7f255661f5958522d05020b11a..fe0b76cd297d8808a45731be5ea56fd4770d5b21 100644 |
--- a/chrome/browser/chromeos/drive/file_cache.h |
+++ b/chrome/browser/chromeos/drive/file_cache.h |
@@ -114,7 +114,7 @@ class FileCache { |
// Removes the specified cache entry and delete cache files if available. |
FileError Remove(const std::string& id); |
- // Removes all the files in the cache directory and cache entries in DB. |
+ // Removes all the files in the cache directory. |
bool ClearAll(); |
// Initializes the cache. Returns true on success. |