| Index: chrome/browser/chromeos/gdata/gdata_wapi_service.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_service.h b/chrome/browser/chromeos/gdata/gdata_wapi_service.h
|
| index 93679383615add99b36afd63be4417aab0065d66..e0085534da085c1c93d50249e4d2293ff56c4b58 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_service.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_wapi_service.h
|
| @@ -10,9 +10,9 @@
|
| #include "base/observer_list.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/chromeos/gdata/auth_service.h"
|
| #include "chrome/browser/chromeos/gdata/drive_service_interface.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_operations.h"
|
| +#include "chrome/browser/google_apis/auth_service.h"
|
| +#include "chrome/browser/google_apis/gdata_operations.h"
|
|
|
| class FilePath;
|
| class GURL;
|
|
|