| Index: chrome/browser/dom_ui/bug_report_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/bug_report_ui.cc (revision 72000)
|
| +++ chrome/browser/dom_ui/bug_report_ui.cc (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <vector>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| @@ -31,11 +30,11 @@
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "gfx/rect.h"
|
| -
|
| #include "grit/browser_resources.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| #if defined(USE_X11)
|
| #include "ui/base/x/x11_util.h"
|
|
|