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

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

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.cc
diff --git a/extensions/renderer/api_binding_hooks_delegate.cc b/extensions/renderer/bindings/api_binding_hooks_delegate.cc
similarity index 92%
rename from extensions/renderer/api_binding_hooks_delegate.cc
rename to extensions/renderer/bindings/api_binding_hooks_delegate.cc
index 03b1413d2af884aa8cf86f1534915dd93c7c10ea..8b954c8ca04f423b497e12f0b2bef3ffb72486e6 100644
--- a/extensions/renderer/api_binding_hooks_delegate.cc
+++ b/extensions/renderer/bindings/api_binding_hooks_delegate.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/renderer/api_binding_hooks_delegate.h"
+#include "extensions/renderer/bindings/api_binding_hooks_delegate.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698