| Index: chrome/browser/ui/webui/mojo_web_ui_controller.cc
|
| diff --git a/chrome/browser/ui/webui/mojo_web_ui_controller.cc b/chrome/browser/ui/webui/mojo_web_ui_controller.cc
|
| index 65e40ae9465de8719381aabf73cddae88f27dd2c..286fcc1c4d9d8d350f4487ed499a14f75088be6c 100644
|
| --- a/chrome/browser/ui/webui/mojo_web_ui_controller.cc
|
| +++ b/chrome/browser/ui/webui/mojo_web_ui_controller.cc
|
| @@ -9,7 +9,7 @@
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/web_ui_data_source.h"
|
| #include "content/public/common/bindings_policy.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/core.h"
|
| +#include "mojo/public/cpp/system/core.h"
|
|
|
| MojoWebUIControllerBase::MojoWebUIControllerBase(content::WebUI* contents)
|
| : WebUIController(contents), mojo_data_source_(NULL) {
|
|
|