Index: chrome/browser/google_apis/gdata_wapi_operations.h |
diff --git a/chrome/browser/google_apis/gdata_wapi_operations.h b/chrome/browser/google_apis/gdata_wapi_operations.h |
index 20fbfd042d3f6a88e23c6643e37cb0296040bc86..dc4ef9b6ca0c16f54273c01aa0a08ea04730c1ea 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_operations.h |
+++ b/chrome/browser/google_apis/gdata_wapi_operations.h |
@@ -263,7 +263,7 @@ class RenameResourceOperation : public EntryActionOperation { |
//=========================== AuthorizeAppOperation ========================== |
// This class performs the operation for authorizing an application specified |
-// by |app_id| to access a document specified by |edit_url| for . |
+// by |app_id| to access a document specified by |resource_id|. |
class AuthorizeAppOperation : public GetDataOperation { |
public: |
// |callback| must not be null. |
@@ -271,7 +271,7 @@ class AuthorizeAppOperation : public GetDataOperation { |
OperationRegistry* registry, |
net::URLRequestContextGetter* url_request_context_getter, |
const GDataWapiUrlGenerator& url_generator, |
- const GetDataCallback& callback, |
+ const AuthorizeAppCallback& callback, |
const std::string& resource_id, |
const std::string& app_id); |
virtual ~AuthorizeAppOperation(); |