Index: chrome/browser/chromeos/gdata/gdata_operations.h |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_operations.h (revision 147421) |
+++ chrome/browser/chromeos/gdata/gdata_operations.h (working copy) |
@@ -253,8 +253,7 @@ |
// Must override GetDataOperation's ParseResponse because the response is XML |
// not JSON. |
- virtual bool ParseResponse(GDataErrorCode fetch_error_code, |
- const std::string& data) OVERRIDE; |
+ virtual base::Value* ParseResponse(const std::string& data) OVERRIDE; |
private: |
std::string app_id_; |
GURL document_url_; |