| Index: extensions/renderer/bindings/api_binding.h
|
| diff --git a/extensions/renderer/api_binding.h b/extensions/renderer/bindings/api_binding.h
|
| similarity index 96%
|
| rename from extensions/renderer/api_binding.h
|
| rename to extensions/renderer/bindings/api_binding.h
|
| index 27d0926535a389ceaa828f038b4bc69b3fd8fd35..8ff0d3885598082076443257be69d559dd553c26 100644
|
| --- a/extensions/renderer/api_binding.h
|
| +++ b/extensions/renderer/bindings/api_binding.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 EXTENSIONS_RENDERER_API_BINDING_H_
|
| -#define EXTENSIONS_RENDERER_API_BINDING_H_
|
| +#ifndef EXTENSIONS_RENDERER_BINDINGS_API_BINDING_H_
|
| +#define EXTENSIONS_RENDERER_BINDINGS_API_BINDING_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -13,7 +13,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/supports_user_data.h"
|
| -#include "extensions/renderer/argument_spec.h"
|
| +#include "extensions/renderer/bindings/argument_spec.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace base {
|
| @@ -164,4 +164,4 @@ class APIBinding {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // EXTENSIONS_RENDERER_API_BINDING_H_
|
| +#endif // EXTENSIONS_RENDERER_BINDINGS_API_BINDING_H_
|
|
|