| Index: chrome/browser/about_flags.cc
 | 
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
 | 
| index 81463321cdb5fdb7245ccfce945b70eddbc6e35c..8478163f42d45d37b516487557ea06ac2f7cfb5a 100644
 | 
| --- a/chrome/browser/about_flags.cc
 | 
| +++ b/chrome/browser/about_flags.cc
 | 
| @@ -56,6 +56,7 @@
 | 
|  #include "components/signin/core/common/signin_switches.h"
 | 
|  #include "components/spellcheck/common/spellcheck_switches.h"
 | 
|  #include "components/ssl_config/ssl_config_switches.h"
 | 
| +#include "components/strings/grit/components_strings.h"
 | 
|  #include "components/sync/driver/sync_driver_switches.h"
 | 
|  #include "components/tracing/common/tracing_switches.h"
 | 
|  #include "components/translate/core/browser/translate_manager.h"
 | 
| @@ -67,7 +68,6 @@
 | 
|  #include "content/public/common/feature_h264_with_openh264_ffmpeg.h"
 | 
|  #include "content/public/common/features.h"
 | 
|  #include "gin/public/gin_features.h"
 | 
| -#include "grit/components_strings.h"
 | 
|  #include "media/base/media_switches.h"
 | 
|  #include "media/midi/midi_switches.h"
 | 
|  #include "ui/base/l10n/l10n_util.h"
 | 
| 
 |