| Index: chrome/browser/sync/profile_sync_service_android.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_android.cc b/chrome/browser/sync/profile_sync_service_android.cc
|
| index 6f1ba05ff66d191f30890237932687ed2cf80825..f35f5bac1933684a48513d0aa081592f90fe82a1 100644
|
| --- a/chrome/browser/sync/profile_sync_service_android.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_android.cc
|
| @@ -18,7 +18,6 @@
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "base/time/time.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| @@ -34,11 +33,9 @@
|
| #include "components/sync/core/read_transaction.h"
|
| #include "components/sync/driver/about_sync_util.h"
|
| #include "components/sync/driver/pref_names.h"
|
| -#include "components/sync/driver/sync_prefs.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "google/cacheinvalidation/types.pb.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
| -#include "google_apis/gaia/google_service_auth_error.h"
|
| #include "jni/ProfileSyncService_jni.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
|
|