Index: chrome/browser/chromeos/gdata/drive_file_system.h |
diff --git a/chrome/browser/chromeos/gdata/drive_file_system.h b/chrome/browser/chromeos/gdata/drive_file_system.h |
index 226e69edd3e21ed51076b3684184d6990822ba3f..693c2664a74259ce227ce5ffcb64e8084daf60a5 100644 |
--- a/chrome/browser/chromeos/gdata/drive_file_system.h |
+++ b/chrome/browser/chromeos/gdata/drive_file_system.h |
@@ -838,19 +838,19 @@ class DriveFileSystem : public DriveFileSystemInterface, |
// other threads with base::Unretained(this). |
scoped_ptr<DriveResourceMetadata> resource_metadata_; |
- // The profile hosts the DriveFileSystem via GDataSystemService. |
+ // The profile hosts the DriveFileSystem via DriveSystemService. |
Profile* profile_; |
- // The cache owned by GDataSystemService. |
+ // The cache owned by DriveSystemService. |
DriveCache* cache_; |
- // The uploader owned by GDataSystemService. |
+ // The uploader owned by DriveSystemService. |
GDataUploaderInterface* uploader_; |
- // The document service owned by GDataSystemService. |
+ // The document service owned by DriveSystemService. |
DriveServiceInterface* drive_service_; |
- // The webapps registry owned by GDataSystemService. |
+ // The webapps registry owned by DriveSystemService. |
DriveWebAppsRegistryInterface* webapps_registry_; |
// Periodic timer for checking updates. |