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

Unified Diff: chrome/browser/google_apis/auth_service_interface.h

Issue 12229002: Misc cleanups in Drive code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/google_apis/auth_service_interface.h
diff --git a/chrome/browser/google_apis/auth_service_interface.h b/chrome/browser/google_apis/auth_service_interface.h
index 14e3e2eb9dd78d0c7644f788c413e657ab44825a..a5db30c91e8ae2e87425fd23cd6d6ae725da11f6 100644
--- a/chrome/browser/google_apis/auth_service_interface.h
+++ b/chrome/browser/google_apis/auth_service_interface.h
@@ -7,15 +7,15 @@
#include <string>
-#include "chrome/browser/google_apis/base_operations.h"
+#include "base/callback_forward.h"
#include "chrome/browser/google_apis/gdata_errorcode.h"
class Profile;
namespace google_apis {
-class OperationRegistry;
class AuthServiceObserver;
+class OperationRegistry;
// Called when fetching of access token is complete.
typedef base::Callback<void(GDataErrorCode error,

Powered by Google App Engine
This is Rietveld 408576698