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

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

Issue 10836354: Rename GData* to Drive* in gdata.proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. 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_file_system_interface.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
index 5f8949a8ecd617033ada51130981b3c7387638b3..be6db6c0bc9b4a7a787ca75b5ab591cc93c78636 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
@@ -17,8 +17,8 @@
namespace gdata {
class DocumentEntry;
-class GDataDirectoryProto;
-class GDataEntryProto;
+class DriveEntryProto;
kinaba 2012/08/21 09:15:14 No declaration for DriveEntryProtoVector.
kochi 2012/08/21 09:37:34 Done.
+class DriveDirectoryProto;
kinaba 2012/08/21 09:15:14 DriveDirectoryProto is not used.
kochi 2012/08/21 09:37:34 Good catch! Done.
class GDataFileProto;
kinaba 2012/08/21 09:15:14 It seems GDataFileProto is obsolete. Please remove
kochi 2012/08/21 09:37:34 Done.
// Information about search result returned by Search Async callback.
@@ -47,7 +47,7 @@ typedef base::Callback<void(GDataFileError error,
// |entries| are contents, both files and directories, of the directory.
typedef base::Callback<void(GDataFileError error,
bool hide_hosted_documents,
- scoped_ptr<GDataEntryProtoVector> entries)>
+ scoped_ptr<DriveEntryProtoVector> entries)>
ReadDirectoryWithSettingCallback;
// Used to get drive content search results.

Powered by Google App Engine
This is Rietveld 408576698