| 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..e669af52a024c0a5c3d282932501124f9d9a1814 100644
|
| --- a/chrome/browser/chromeos/gdata/operations_base.h
|
| +++ b/chrome/browser/chromeos/gdata/operations_base.h
|
| @@ -8,8 +8,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "chrome/browser/chromeos/gdata/gdata_auth_service.h"
|
| +#include "chrome/browser/chromeos/gdata/gdata_documents_service.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_operation_registry.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_params.h"
|
| #include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "net/url_request/url_fetcher.h"
|
|
|