Index: chrome/browser/chromeos/gdata/operations_base.h |
diff --git a/chrome/browser/chromeos/gdata/operations_base.h b/chrome/browser/chromeos/gdata/operations_base.h |
index 45fedf2407436e4d01c652b702a5d78051bc8a7b..58c5279f3cd544524ccaebc9e8de7ab122775e79 100644 |
--- a/chrome/browser/chromeos/gdata/operations_base.h |
+++ b/chrome/browser/chromeos/gdata/operations_base.h |
@@ -9,7 +9,7 @@ |
#include <vector> |
#include "chrome/browser/chromeos/gdata/gdata_operation_registry.h" |
-#include "chrome/browser/chromeos/gdata/gdata_params.h" |
+#include "chrome/browser/chromeos/gdata/gdata_operations_callback.h" |
satorux1
2012/08/08 20:21:19
do we need this?
yoshiki
2012/08/08 22:54:37
Done.
|
#include "chrome/common/net/gaia/oauth2_access_token_consumer.h" |
#include "net/http/http_response_headers.h" |
#include "net/url_request/url_fetcher.h" |
@@ -20,6 +20,10 @@ class OAuth2AccessTokenFetcher; |
namespace gdata { |
+// Callback type for authentication related DocumentService calls. |
+typedef base::Callback<void(GDataErrorCode error, |
+ const std::string& token)> AuthStatusCallback; |
+ |
//================================ AuthOperation =============================== |
// OAuth2 authorization token retrieval operation. |