| Index: extensions/renderer/dispatcher.cc
|
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
|
| index 7f3a28f9c9eb59daa8517ec2869169e4885d5aa7..aa6019626da768357eee154de9bc69f0314080db 100644
|
| --- a/extensions/renderer/dispatcher.cc
|
| +++ b/extensions/renderer/dispatcher.cc
|
| @@ -93,6 +93,7 @@
|
| #include "extensions/renderer/wake_event_page.h"
|
| #include "extensions/renderer/worker_script_context_set.h"
|
| #include "grit/extensions_renderer_resources.h"
|
| +#include "mojo/public/js/constants.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| #include "third_party/WebKit/public/web/WebCustomElement.h"
|
| @@ -104,7 +105,6 @@
|
| #include "third_party/WebKit/public/web/WebScopedUserGesture.h"
|
| #include "third_party/WebKit/public/web/WebSecurityPolicy.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
| -#include "third_party/mojo/src/mojo/public/js/constants.h"
|
| #include "ui/base/layout.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "v8/include/v8.h"
|
|
|