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

Unified Diff: extensions/renderer/bindings/api_binding.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
« no previous file with comments | « extensions/renderer/bindings/OWNERS ('k') | extensions/renderer/bindings/api_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8cd3e81942388debab461a3866302f7776278dce..3412e6e2133c6be1e54eb502fdd707a8e63bcbbd 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 {
@@ -160,4 +160,4 @@ class APIBinding {
} // namespace extensions
-#endif // EXTENSIONS_RENDERER_API_BINDING_H_
+#endif // EXTENSIONS_RENDERER_BINDINGS_API_BINDING_H_
« no previous file with comments | « extensions/renderer/bindings/OWNERS ('k') | extensions/renderer/bindings/api_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698