| Index: mojo/apps/js/bindings/waiting_callback.h
|
| diff --git a/mojo/public/bindings/js/waiting_callback.h b/mojo/apps/js/bindings/waiting_callback.h
|
| similarity index 89%
|
| rename from mojo/public/bindings/js/waiting_callback.h
|
| rename to mojo/apps/js/bindings/waiting_callback.h
|
| index 4a5e3e449dd72016d0aac17230b24e58e9c813fa..2e1653db5030c917d152f0bbcf93993eed6d68bd 100644
|
| --- a/mojo/public/bindings/js/waiting_callback.h
|
| +++ b/mojo/apps/js/bindings/waiting_callback.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_PUBLIC_BINDINGS_JS_WAITING_CALLBACK_H_
|
| -#define MOJO_PUBLIC_BINDINGS_JS_WAITING_CALLBACK_H_
|
| +#ifndef MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
|
| +#define MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
|
|
|
| #include "gin/runner.h"
|
| #include "gin/wrappable.h"
|
| @@ -53,4 +53,4 @@ struct Converter<mojo::js::WaitingCallback*>
|
|
|
| } // namespace gin
|
|
|
| -#endif // MOJO_PUBLIC_BINDINGS_JS_WAITING_CALLBACK_H_
|
| +#endif // MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
|
|
|