Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: extensions/renderer/bindings/api_binding_hooks_delegate.h

Issue 2947463002: [Extensions Bindings] Add a bindings/ subdirectory under renderer (Closed)
Patch Set: . Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/renderer/bindings/api_binding_hooks_delegate.h
diff --git a/extensions/renderer/api_binding_hooks_delegate.h b/extensions/renderer/bindings/api_binding_hooks_delegate.h
similarity index 82%
rename from extensions/renderer/api_binding_hooks_delegate.h
rename to extensions/renderer/bindings/api_binding_hooks_delegate.h
index 13d60b2d5f5776d89f6b98c684267881c2830ee3..9ab14f997b162a5a5e7ca625d7542f080091b9a3 100644
--- a/extensions/renderer/api_binding_hooks_delegate.h
+++ b/extensions/renderer/bindings/api_binding_hooks_delegate.h
@@ -2,11 +2,11 @@
// 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_HOOKS_DELEGATE_H_
-#define EXTENSIONS_RENDERER_API_BINDING_HOOKS_DELEGATE_H_
+#ifndef EXTENSIONS_RENDERER_BINDINGS_API_BINDING_HOOKS_DELEGATE_H_
+#define EXTENSIONS_RENDERER_BINDINGS_API_BINDING_HOOKS_DELEGATE_H_
-#include "extensions/renderer/api_binding_hooks.h"
-#include "extensions/renderer/api_binding_types.h"
+#include "extensions/renderer/bindings/api_binding_hooks.h"
+#include "extensions/renderer/bindings/api_binding_types.h"
#include "v8/include/v8.h"
namespace extensions {
@@ -42,4 +42,4 @@ class APIBindingHooksDelegate {
} // namespace extensions
-#endif // EXTENSIONS_RENDERER_API_BINDING_HOOKS_DELEGATE_H_
+#endif // EXTENSIONS_RENDERER_BINDINGS_API_BINDING_HOOKS_DELEGATE_H_
« no previous file with comments | « extensions/renderer/bindings/api_binding_hooks.cc ('k') | extensions/renderer/bindings/api_binding_hooks_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698