diff options
author | kochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-27 10:49:00 +0000 |
---|---|---|
committer | kochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-27 10:49:00 +0000 |
commit | 24194e8a1289387af114c3211963aad2fd6621e7 (patch) | |
tree | da6669fd4eaccbca8fd0ca0a1a67df0881401401 /chrome/browser/chromeos/gdata/drive_file_system.h | |
parent | f3ad0c603cbe0ff3b3595bce25581f0f99653fb3 (diff) | |
download | chromium_src-24194e8a1289387af114c3211963aad2fd6621e7.zip chromium_src-24194e8a1289387af114c3211963aad2fd6621e7.tar.gz chromium_src-24194e8a1289387af114c3211963aad2fd6621e7.tar.bz2 |
Rename GDataSystemService to DriveSystemService
In this CL, the following changes are included:
* Rename GDataSystemService class to DriveSystemService
* gdata_system_service.{h,cc} have been renamed to drive_system_service.{h,cc}
This applies on top of
https://chromiumcodereview.appspot.com/10874028/ and
https://chromiumcodereview.appspot.com/10877006/
BUG=137151
TEST=pass all existing tests.
TBR=satorux@chromium.org, ben@chromium.org, estade@chromium.org, ahendrickson@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10873026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/gdata/drive_file_system.h')
-rw-r--r-- | chrome/browser/chromeos/gdata/drive_file_system.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/chromeos/gdata/drive_file_system.h b/chrome/browser/chromeos/gdata/drive_file_system.h index 87d88eb..4179dff 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. |