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

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

Issue 10836354: Rename GData* to Drive* in gdata.proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for comments. 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/gdata_download_observer.h
diff --git a/chrome/browser/chromeos/gdata/gdata_download_observer.h b/chrome/browser/chromeos/gdata/gdata_download_observer.h
index d503f88af5cbce563c1e05c0f251962ca56aafb4..eb1476513a1fb6898226405fd116da0f585df294 100644
--- a/chrome/browser/chromeos/gdata/gdata_download_observer.h
+++ b/chrome/browser/chromeos/gdata/gdata_download_observer.h
@@ -19,7 +19,7 @@ class Profile;
namespace gdata {
class DocumentEntry;
-class GDataEntryProto;
+class DriveEntryProto;
class GDataFileSystemInterface;
class GDataUploader;
struct UploadFileInfo;
@@ -120,7 +120,7 @@ class GDataDownloadObserver : public content::DownloadManager::Observer,
int32 download_id,
scoped_ptr<UploadFileInfo> upload_file_info,
GDataFileError error,
- scoped_ptr<GDataEntryProto> entry_proto);
+ scoped_ptr<DriveEntryProto> entry_proto);
// Callback for handling results of GDataFileSystem::GetEntryInfoByPath()
// initiated by CreateUploadFileInfoAfterCheckExistence(). This callback
@@ -130,7 +130,7 @@ class GDataDownloadObserver : public content::DownloadManager::Observer,
int32 download_id,
scoped_ptr<UploadFileInfo> upload_file_info,
GDataFileError error,
- scoped_ptr<GDataEntryProto> entry_proto);
+ scoped_ptr<DriveEntryProto> entry_proto);
// Starts the upload.
void StartUpload(int32 download_id,

Powered by Google App Engine
This is Rietveld 408576698