| Index: chrome/browser/dom_ui/flags_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/flags_ui.cc (revision 72000)
|
| +++ chrome/browser/dom_ui/flags_ui.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include <string>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/singleton.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/about_flags.h"
|
| @@ -24,6 +23,7 @@
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|