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 28c3ade620973bb6ce4c92d3801d4b0593656a21..a39e840fb56601918c1d9cc7e05847f1dd9ce65a 100644 |
--- a/chrome/browser/chromeos/drive/file_cache.h |
+++ b/chrome/browser/chromeos/drive/file_cache.h |
@@ -70,7 +70,7 @@ class FileCache { |
// Gets the cache entry for file corresponding to |id| and returns true if |
// entry exists in cache map. |
- bool GetCacheEntry(const std::string& id, FileCacheEntry* entry); |
+ FileError GetCacheEntry(const std::string& id, FileCacheEntry* entry); |
// Returns an object to iterate over entries. |
scoped_ptr<Iterator> GetIterator(); |