| Index: chrome/browser/chromeos/dom_ui/system_info_ui.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/dom_ui/system_info_ui.cc (revision 72000)
|
| +++ chrome/browser/chromeos/dom_ui/system_info_ui.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/chromeos/dom_ui/system_info_ui.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/callback.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| @@ -29,6 +28,7 @@
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| class SystemInfoUIHTMLSource : public ChromeURLDataManager::DataSource {
|
| public:
|
|
|