| Index: chrome/browser/dom_ui/conflicts_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/conflicts_ui.cc (revision 72000)
|
| +++ chrome/browser/dom_ui/conflicts_ui.cc (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| @@ -26,6 +25,7 @@
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|