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

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

Issue 10855034: Drive: Remove gdata_params.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review (#8) fix 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/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.

Powered by Google App Engine
This is Rietveld 408576698