| 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 0eccf6f44ad44209e4437657aa9d3224fbd92fff..ba991c2cdd9596b1a0b9142b8e0df7884665540b 100644
 | 
| --- a/chrome/browser/sync/profile_sync_service_android.cc
 | 
| +++ b/chrome/browser/sync/profile_sync_service_android.cc
 | 
| @@ -29,6 +29,7 @@
 | 
|  #include "components/browser_sync/browser/profile_sync_service.h"
 | 
|  #include "components/prefs/pref_service.h"
 | 
|  #include "components/signin/core/browser/signin_manager.h"
 | 
| +#include "components/strings/grit/components_strings.h"
 | 
|  #include "components/sync/core/network_resources.h"
 | 
|  #include "components/sync/core/read_transaction.h"
 | 
|  #include "components/sync/driver/about_sync_util.h"
 | 
| @@ -38,7 +39,6 @@
 | 
|  #include "google/cacheinvalidation/types.pb.h"
 | 
|  #include "google_apis/gaia/gaia_constants.h"
 | 
|  #include "google_apis/gaia/google_service_auth_error.h"
 | 
| -#include "grit/components_strings.h"
 | 
|  #include "jni/ProfileSyncService_jni.h"
 | 
|  #include "ui/base/l10n/l10n_util.h"
 | 
|  
 | 
| 
 |