| Index: mojo/bindings/js/handle.cc
|
| diff --git a/mojo/apps/js/bindings/handle.cc b/mojo/bindings/js/handle.cc
|
| similarity index 94%
|
| rename from mojo/apps/js/bindings/handle.cc
|
| rename to mojo/bindings/js/handle.cc
|
| index 068be2db116b974d9443b7e4b4adb447ca17ddb5..1d3444232d60a69234358e65b038a57920898820 100644
|
| --- a/mojo/apps/js/bindings/handle.cc
|
| +++ b/mojo/bindings/js/handle.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/apps/js/bindings/handle.h"
|
| +#include "mojo/bindings/js/handle.h"
|
|
|
| namespace gin {
|
|
|
|
|