Index: chrome/browser/chromeos/dom_ui/imageburner_ui.cc |
=================================================================== |
--- chrome/browser/chromeos/dom_ui/imageburner_ui.cc (revision 72000) |
+++ chrome/browser/chromeos/dom_ui/imageburner_ui.cc (working copy) |
@@ -7,7 +7,6 @@ |
#include <algorithm> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/i18n/rtl.h" |
#include "base/message_loop.h" |
#include "base/path_service.h" |
@@ -27,8 +26,8 @@ |
#include "grit/browser_resources.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |
+#include "ui/base/resource/resource_bundle.h" |
- |
//////////////////////////////////////////////////////////////////////////////// |
// |
// ImageBurnUIHTMLSource |