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

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: Fix merge issue, remove one include header which is no longer necessary 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 87d88ebc19fe479e50f4a5ee99f3758f5a9de803..4179dff411cb84423358e9b8bd1427b32ed78f99 100644
--- a/chrome/browser/chromeos/gdata/drive_file_system.h
+++ b/chrome/browser/chromeos/gdata/drive_file_system.h
@@ -820,19 +820,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.
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_service.h ('k') | chrome/browser/chromeos/gdata/drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698