| 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,
|
|
|