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

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: 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_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..d2b3c1b697fcb05554e4eca2a7cdca26a45f92d2 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
@@ -17,9 +17,9 @@
namespace gdata {
class DocumentEntry;
-class GDataDirectoryProto;
-class GDataEntryProto;
-class GDataFileProto;
+class DriveEntryProto;
+
+typedef std::vector<DriveEntryProto> DriveEntryProtoVector;
// Information about search result returned by Search Async callback.
// This is data needed to create a file system entry that will be used by file
@@ -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.
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system.cc ('k') | chrome/browser/chromeos/gdata/gdata_file_system_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698