Index: chrome/browser/chromeos/gdata/gdata_sync_client.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_sync_client.h b/chrome/browser/chromeos/gdata/gdata_sync_client.h |
index 91aede16a1c6463a62e2c68f7964afb591dfa6e1..95e4d2b7506408df0f8735c85c6787aa15e14114 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_sync_client.h |
+++ b/chrome/browser/chromeos/gdata/gdata_sync_client.h |
@@ -183,8 +183,8 @@ class GDataSyncClient : public DriveFileSystemInterface::Observer, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
Profile* profile_; |
- DriveFileSystemInterface* file_system_; // Owned by GDataSystemService. |
- DriveCache* cache_; // Owned by GDataSystemService. |
+ DriveFileSystemInterface* file_system_; // Owned by DriveSystemService. |
+ DriveCache* cache_; // Owned by DriveSystemService. |
scoped_ptr<PrefChangeRegistrar> registrar_; |
// The queue of tasks used to fetch/upload files in the background |