| Index: chrome/browser/dom_ui/plugins_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/plugins_ui.cc (revision 72000)
|
| +++ chrome/browser/dom_ui/plugins_ui.cc (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <vector>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| #include "base/singleton.h"
|
| @@ -32,6 +31,7 @@
|
| #include "grit/browser_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
| #include "webkit/plugins/npapi/plugin_list.h"
|
|
|
| namespace {
|
|
|