Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
| index 0afdea3906ec9c0acd0899388e69ee70da2e9e83..37b7b1ec3ff29b08e46ecc05781c37570059b032 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
| @@ -15,7 +15,7 @@ class FileSystemURL; |
| namespace gdata { |
| -class GDataEntryProto; |
| +class DriveEntryProto; |
|
kinaba
2012/08/21 09:15:14
No declaration for DriveEntryProtoVector.
kochi
2012/08/21 09:37:34
Done.
|
| class GDataFileSystemInterface; |
| // Implementation of File API's remote file system proxy for GData file system. |
| @@ -100,7 +100,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { |
| const fileapi::FileSystemOperationInterface::GetMetadataCallback& |
| callback, |
| GDataFileError error, |
| - scoped_ptr<GDataEntryProto> entry_proto); |
| + scoped_ptr<DriveEntryProto> entry_proto); |
| // Helper callback for relaying reply for GetEntryInfoByPath() to the |
| // calling thread. |
| @@ -109,7 +109,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { |
| const fileapi::FileSystemOperationInterface::SnapshotFileCallback& |
| callback, |
| GDataFileError error, |
| - scoped_ptr<GDataEntryProto> entry_proto); |
| + scoped_ptr<DriveEntryProto> entry_proto); |
| // Helper callback for relaying reply for ReadDirectory() to the calling |
| // thread. |
| @@ -118,7 +118,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { |
| callback, |
| GDataFileError error, |
| bool hide_hosted_documents, |
| - scoped_ptr<GDataEntryProtoVector> proto_entries); |
| + scoped_ptr<DriveEntryProtoVector> proto_entries); |
| // Helper callback for relaying reply for CreateWritableSnapshotFile() to |
| // the calling thread. |