| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 3f0b87d75b681c0a6cd6cfda9f2a856ab8eca827..2b47345e94f0da99a969dd6c486e5e60e6802f64 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -49,12 +49,12 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| -#include "chrome/common/net/gaia/gaia_constants.h"
|
| #include "chrome/common/time_format.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| +#include "google_apis/gaia/gaia_constants.h"
|
| #include "grit/generated_resources.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "sync/api/sync_error.h"
|
|
|