| Index: chrome/browser/chromeos/gdata/drive_api_service.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_api_service.h b/chrome/browser/chromeos/gdata/drive_api_service.h
|
| index 0b8a9a4a3b4f0ef0295288a4d5151f6657eef44d..0f8420b58f3c7da363727d7bfe3fd4bd52bce8e6 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_api_service.h
|
| +++ b/chrome/browser/chromeos/gdata/drive_api_service.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "base/observer_list.h"
|
| #include "base/memory/scoped_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;
|
|
|