Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(924)

Unified Diff: chrome/browser/chromeos/gdata/drive_file_system.h

Issue 10873026: Rename GDataSystemService to DriveSystemService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698