Index: chrome/browser/chromeos/gdata/gdata_uploader.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_uploader.h b/chrome/browser/chromeos/gdata/gdata_uploader.h |
index f7e1d1026029ee1d84a24bc049d3f73c7b91c0e5..3d853ff30291a39bebd32a23d54d79c0992a7d3d 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_uploader.h |
+++ b/chrome/browser/chromeos/gdata/gdata_uploader.h |
@@ -132,7 +132,7 @@ class GDataUploader : public GDataUploaderInterface { |
// ID assigned to |upload_file_info|. |
int StartUploadFile(scoped_ptr<UploadFileInfo> upload_file_info); |
- // Pointers to DriveServiceInterface object owned by GDataSystemService. |
+ // Pointers to DriveServiceInterface object owned by DriveSystemService. |
// The lifetime of this object is guaranteed to exceed that of the |
// GDataUploader instance. |
DriveServiceInterface* drive_service_; |