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

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

Issue 10815008: gdata: Make GDataFileSystem::ReadDirectoryByPath() much more efficient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove a blank line Created 8 years, 5 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_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 7ee494cdaee8fcd859ba77af8b2c56157ae4825e..d350bdaeb028a0b10a1cf3575b8f7aae75afd4d4 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_FILE_SYSTEM_PROXY_H_
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
+#include "chrome/browser/chromeos/gdata/gdata_file_system_interface.h"
#include "webkit/chromeos/fileapi/remote_file_system_proxy.h"
class Profile;
@@ -18,7 +19,6 @@ namespace gdata {
class GDataEntry;
class GDataEntryProto;
-class GDataDirectoryProto;
class GDataFileSystemInterface;
// The interface class for remote file system proxy.
@@ -122,7 +122,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
callback,
GDataFileError error,
bool hide_hosted_documents,
- scoped_ptr<GDataDirectoryProto> directory_proto);
+ scoped_ptr<gdata::GDataEntryProtoVector> proto_entries);
achuithb 2012/07/21 22:34:19 nit: Don't think you need gdata::
satorux1 2012/07/21 23:23:36 There are many places gdata:: prefix is used in th
// Helper callback for relaying reply for CreateWritableSnapshotFile() to
// the calling thread.

Powered by Google App Engine
This is Rietveld 408576698