| Index: content/browser/webui/web_ui_data_source_impl.cc
|
| diff --git a/content/browser/webui/web_ui_data_source_impl.cc b/content/browser/webui/web_ui_data_source_impl.cc
|
| index 990278e44342163b27777e73924c7499ffee2113..c2eb6ce800871f7044340b8c50693590015b4ca0 100644
|
| --- a/content/browser/webui/web_ui_data_source_impl.cc
|
| +++ b/content/browser/webui/web_ui_data_source_impl.cc
|
| @@ -11,13 +11,10 @@
|
| #include "base/strings/string_util.h"
|
| #include "content/public/common/content_client.h"
|
| #include "grit/content_resources.h"
|
| +#include "mojo/public/js/bindings/constants.h"
|
| #include "ui/base/webui/jstemplate_builder.h"
|
| #include "ui/base/webui/web_ui_util.h"
|
|
|
| -#if defined(USE_MOJO)
|
| -#include "mojo/public/js/bindings/constants.h"
|
| -#endif
|
| -
|
| namespace content {
|
|
|
| // static
|
| @@ -25,7 +22,6 @@ WebUIDataSource* WebUIDataSource::Create(const std::string& source_name) {
|
| return new WebUIDataSourceImpl(source_name);
|
| }
|
|
|
| -#if defined(USE_MOJO)
|
| // static
|
| WebUIDataSource* WebUIDataSource::AddMojoDataSource(
|
| BrowserContext* browser_context) {
|
| @@ -46,7 +42,6 @@ WebUIDataSource* WebUIDataSource::AddMojoDataSource(
|
| URLDataManager::AddWebUIDataSource(browser_context, mojo_source);
|
| return mojo_source;
|
| }
|
| -#endif
|
|
|
| // static
|
| void WebUIDataSource::Add(BrowserContext* browser_context,
|
|
|