| Index: chrome/browser/dom_ui/remoting_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/remoting_ui.cc (revision 72000)
|
| +++ chrome/browser/dom_ui/remoting_ui.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "chrome/browser/dom_ui/remoting_ui.h"
|
|
|
| -#include "app/resource_bundle.h"
|
| #include "base/singleton.h"
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|