summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/drive_cache.h
diff options
context:
space:
mode:
authorkochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-08 17:41:29 +0000
committerkochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-08 17:41:29 +0000
commit7bb73e3d8877c595c8ff332a1c96393613b5d146 (patch)
treea432ee86a3b3bc2cec0e7a523c2f8b273f3d584f /chrome/browser/chromeos/gdata/drive_cache.h
parent1cbe396237127e105c8cc5aabc04b817ae3db1ad (diff)
downloadchromium_src-7bb73e3d8877c595c8ff332a1c96393613b5d146.zip
chromium_src-7bb73e3d8877c595c8ff332a1c96393613b5d146.tar.gz
chromium_src-7bb73e3d8877c595c8ff332a1c96393613b5d146.tar.bz2
Rename GData/gdata to Drive/drive for comments/local variables/member variables
BUG=137151 TEST=pass all existing tests. Review URL: https://chromiumcodereview.appspot.com/10915139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/gdata/drive_cache.h')
-rw-r--r--chrome/browser/chromeos/gdata/drive_cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/gdata/drive_cache.h b/chrome/browser/chromeos/gdata/drive_cache.h
index 3c4a218..15c6a19 100644
--- a/chrome/browser/chromeos/gdata/drive_cache.h
+++ b/chrome/browser/chromeos/gdata/drive_cache.h
@@ -121,7 +121,7 @@ class DriveCache {
virtual ~Observer() {}
};
- // Returns the sub-directory under gdata cache directory for the given sub
+ // Returns the sub-directory under drive cache directory for the given sub
// directory type. Example: <user_profile_dir>/GCache/v1/tmp
//
// Can be called on any thread.
@@ -135,7 +135,7 @@ class DriveCache {
CacheSubDirectoryType sub_dir_type,
CachedFileOrigin file_orign) const;
- // Returns true if the given path is under gdata cache directory, i.e.
+ // Returns true if the given path is under drive cache directory, i.e.
// <user_profile_dir>/GCache/v1
//
// Can be called on any thread.