| Index: chrome/browser/chromeos/gdata/auth_service.cc
|
| diff --git a/chrome/browser/chromeos/gdata/auth_service.cc b/chrome/browser/chromeos/gdata/auth_service.cc
|
| index b3f9b21e7f12bd06d91f6f6c8315ad7bbf2a90cb..d2d7c0b36d093c326b34e7fecb5e593fa9366f1b 100644
|
| --- a/chrome/browser/chromeos/gdata/auth_service.cc
|
| +++ b/chrome/browser/chromeos/gdata/auth_service.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop_proxy.h"
|
| -#include "chrome/browser/chromeos/gdata/operations_base.h"
|
| -#include "chrome/browser/chromeos/gdata/task_util.h"
|
| +#include "chrome/browser/google_apis/operations_base.h"
|
| +#include "chrome/browser/google_apis/task_util.h"
|
| #include "chrome/browser/signin/token_service.h"
|
| #include "chrome/browser/signin/token_service_factory.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|