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

Unified Diff: extensions/renderer/declarative_content_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
« no previous file with comments | « extensions/renderer/declarative_content_hooks_delegate.h ('k') | extensions/renderer/declarative_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/declarative_content_hooks_delegate.cc
diff --git a/extensions/renderer/declarative_content_hooks_delegate.cc b/extensions/renderer/declarative_content_hooks_delegate.cc
index 6c68ff20c255266e4351be5d88294831d4ef45ba..b1ce10f496c2cefd343e4b73cdd11174b3aa3598 100644
--- a/extensions/renderer/declarative_content_hooks_delegate.cc
+++ b/extensions/renderer/declarative_content_hooks_delegate.cc
@@ -7,8 +7,8 @@
#include "base/bind.h"
#include "base/memory/ptr_util.h"
#include "extensions/common/api/declarative/declarative_constants.h"
-#include "extensions/renderer/api_type_reference_map.h"
-#include "extensions/renderer/argument_spec.h"
+#include "extensions/renderer/bindings/api_type_reference_map.h"
+#include "extensions/renderer/bindings/argument_spec.h"
#include "gin/arguments.h"
#include "gin/converter.h"
#include "third_party/WebKit/public/platform/WebString.h"
« no previous file with comments | « extensions/renderer/declarative_content_hooks_delegate.h ('k') | extensions/renderer/declarative_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698