| 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 536bca1588f6056e09ce927caeb177ac558077ee..3e4846461c6a9d56a2329d9ce0c884c260e1fdf7 100644
|
| --- a/chrome/browser/chromeos/gdata/auth_service.cc
|
| +++ b/chrome/browser/chromeos/gdata/auth_service.cc
|
| @@ -15,11 +15,11 @@
|
| #include "chrome/browser/signin/token_service.h"
|
| #include "chrome/browser/signin/token_service_factory.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| -#include "chrome/common/net/gaia/gaia_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
| +#include "google_apis/gaia/gaia_constants.h"
|
|
|
| using content::BrowserThread;
|
|
|
|
|