| Index: services/js/system/handle.h
|
| diff --git a/mojo/edk/js/handle.h b/services/js/system/handle.h
|
| similarity index 96%
|
| rename from mojo/edk/js/handle.h
|
| rename to services/js/system/handle.h
|
| index 36e53c8e337a522c23e904f0fb8a564782291f02..f075f5a96ff8f406eab6c4e20028775641fb2104 100644
|
| --- a/mojo/edk/js/handle.h
|
| +++ b/services/js/system/handle.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_EDK_JS_HANDLE_H_
|
| -#define MOJO_EDK_JS_HANDLE_H_
|
| +#ifndef SERVICES_JS_SYSTEM_HANDLE_H_
|
| +#define SERVICES_JS_SYSTEM_HANDLE_H_
|
|
|
| #include "base/observer_list.h"
|
| #include "gin/converter.h"
|
| @@ -95,4 +95,4 @@ struct Converter<gin::Handle<mojo::js::HandleWrapper> > {
|
|
|
| } // namespace gin
|
|
|
| -#endif // MOJO_EDK_JS_HANDLE_H_
|
| +#endif // SERVICES_JS_SYSTEM_HANDLE_H_
|
|
|