Index: chrome/browser/chromeos/gdata/drive_cache.h |
diff --git a/chrome/browser/chromeos/gdata/drive_cache.h b/chrome/browser/chromeos/gdata/drive_cache.h |
index 2b43e6ec404bd18427e8ad37e24aaf5c78ba7474..735021b33ce1eda6cfcd041e3f1f89155eed3e0e 100644 |
--- a/chrome/browser/chromeos/gdata/drive_cache.h |
+++ b/chrome/browser/chromeos/gdata/drive_cache.h |
@@ -65,7 +65,7 @@ typedef base::Callback<void(const std::vector<std::string>& resource_ids)> |
typedef base::Callback<void(bool success, const DriveCacheEntry& cache_entry)> |
GetCacheEntryCallback; |
-// DriveCache is used to maintain cache states of GDataFileSystem. |
+// DriveCache is used to maintain cache states of DriveFileSystem. |
// |
// All non-static public member functions, unless mentioned otherwise (see |
// GetCacheFilePath() for example), should be called from the sequenced |
@@ -456,7 +456,7 @@ class DriveCache { |
}; |
-// The minimum free space to keep. GDataFileSystem::GetFileByPath() returns |
+// The minimum free space to keep. DriveFileSystem::GetFileByPath() returns |
// GDATA_FILE_ERROR_NO_SPACE if the available space is smaller than |
// this value. |
// |